Hey guys i have a form that insert in a databse and refresh’s back to the form afther completion.
i would like to call a notification box on success??
i have this that calls back
[php]
meta http-equiv=Refresh content=2;url=inc_form.php?success=1
if (!empty($_GET[success])) { echo “Completer!.
”; } //generic success notice
[/php]
how can i call a notification box?