Hello,
I have the following question:
A form called formdb.php is posted to itself: formdb.php . In formdb.php I check the input-fields from the user and if the input is correct I want to go to the next page: writedb.php
What instruction do I need to write to go from formdb.php to writedb.php ?
(And just to clarify my question (sorry about that): The code in ASP script would be: Response.Redirect "writedb.php" , but I need to know the instruction in PHP script.)
Can anybody help me with this?
Thanks for helping a newbie !