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";