I need to redirect to a page after data has been entered into a database. Here's the scenerio:
First: a user fills out a form and submits it
Second: the data is sent to a PHP script where the it is entered into a database
Third: Once the data has been entered, a redirection occurs to a new page on a new site.
I have tried using the Header redirect method and it does not work.
Let me know if anyone has a solution. Thank you!