View Single Post
04-24-2011, 12:41 PM
#5
andrewsuzuki is offline andrewsuzuki
Status: I'm new around here
Join date: Apr 2011
Location: Connecticut, United States
Expertise: design/development
Software: Coda, Photoshop
 
Posts: 6
iTrader: 0 / 0%
 

andrewsuzuki is on a distinguished road

  Old

I would advise against using multiple pages for a contact form.
The best way is to have the processing and the HTML form on the same page, with the processing before you even echo the <html> tag. As long as you haven't echoed any html yet, you should be able to use the header() function. If you have echoed html, then you can use a meta redirect.

Reply With Quote