Forum Moderators: coopster

Message Too Old, No Replies

php emailing question

         

scorpion

12:08 am on Aug 19, 2002 (gmt 0)

10+ Year Member



How can you call a php script to email a form result and then write thankyou on the same page, i.e. the php script does not change the current HTML document except to write thank you above the form box? Do you have to reload the document with this new response?

jatar_k

6:22 am on Aug 19, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I think you would have to reload the page if you were doing that.

Why not just have a seperate script handle the emailing and then forward it to a thank you page?