I have a simple form and would like the data sent to two different pages. Actually I only need the data sent to one page and the user sent to another page.
For example user is at page1.php (which contains the form). Once the user submits the form, the data is sent to page2.php and the user is redirected to page3.php.
This is most likely a javascript solution but since I'm always using php I figured I'd post it here.
For example user is at page1.php (which contains the form). Once the user submits the form, the data is sent to page2.php and the user is redirected to page3.php.
This is most likely a javascript solution but since I'm always using php I figured I'd post it here.
Comment