A
Anonymous
Guest
Hi, how can i refresh the page using PHP? Going to be like this:
if ($submit) {
mysql_query("UPDATE my_table SET all='$thecrap'") or die("Query sux");
----then the refresh code comes-----this way the form boxes will show the updated info, and not the old stuff-----
}
Thanks
if ($submit) {
mysql_query("UPDATE my_table SET all='$thecrap'") or die("Query sux");
----then the refresh code comes-----this way the form boxes will show the updated info, and not the old stuff-----
}
Thanks