Parse Form Parameter
Posted: Fri Mar 28, 2008 1:43 pm
Hi there,
I have a form that updates a record in a database...At the moment on Update the user is directed to another page....
Is there a way i can parse the ID value that was just updated to the other page like a hyperlink e.g.......Because i need to parse the ID to the other page!
Is this possible??? If so how please??
Thanks
I have a form that updates a record in a database...At the moment on Update the user is directed to another page....
Is there a way i can parse the ID value that was just updated to the other page like a hyperlink e.g.
Code: Select all
?recordID=<?php echo $row_record['ID']; ?>Is this possible??? If so how please??
Code: Select all
$updateGoTo = "view_details.php";