Hi ,
I have a form to edit a record from the database and a submit button on it using POST. Clicking the button call another form with the php script updating the database. I would like to redirect automatically the user to the previous form at the end of the update script.
editing form
click
form2 with the php updating script
return to the editing form without any action from the user.
Thank's for helping me.
Philippe