Re: [nyphp-talk] insert goto command

2007-08-12 Thread Tim Lieberman
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

[nyphp-talk] insert goto command

2007-08-12 Thread selyah
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