Send a redirect header?
query("INSERT . ");
header("Location: viewpage.php?id=$id");
?>
selyah wrote:
Hello:
Is there a command that is used to open a page after performing an action?
I created a php script that will add items to a database and would
like to be able to open a view page th
Hello:
Is there a command that is used to open a page after performing an action?
I created a php script that will add items to a database and would like to be
able to open a view page that would show the newly added item.
I am not able to use the insertgoto command and would like to know if ther