Forum Moderators: open

Message Too Old, No Replies

A question on form submission

Sending data in 2 directions?

         

dhdweb

9:27 pm on Aug 22, 2002 (gmt 0)

10+ Year Member



This is what I want to do, I have a form that sends data in the form of an e-mail. After the user submits the form, I want to redirect the user to a .php page displaying the same data they just submited.

Basicaly the question is, can a standard form send data to 2 places with the "post" method? I don't want to use the "get" method otherwise I would have a mile long URL.

This might be a dumb question but it late, I'm out of coffee and falling asleep at the keyboard.

Thanks dhdweb

jatar_k

9:32 pm on Aug 22, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Just post it to the php script and have your script email it and then display it.