PDA

View Full Version : PHP email form question



Hellion
April 7th, 2005, 05:34 PM
I created a php email form following the instructions of one of your tutotrials. After submitting the message the site goes to a page that says the email has been sent and doesn't give an option to return to the site. How can I make a success page forwarding?

dreeft
April 7th, 2005, 07:37 PM
Add the following code to your 'success page'..


<meta http-equiv="refresh" content="10;url=http://www.pagetogoto.com">

If this seems confusing, here (http://webdesign.about.com/cs/metatags/a/aa080300a.htm) is a description.

Hellion
April 18th, 2005, 10:09 PM
Hi dreeft:
I tried your code but couldn't get it to work. I posted a new thread in this forum where I think I explain much better what I'm trying to do.

Thanks for your help. Please check my new post if you wish. You're more than welcomed.