Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- [?] Whats wrong with this php form :'(


jd01 - 5:29 pm on Oct 3, 2009 (gmt 0)


You should be compiling your message, because you have too many parameters in your mail()...

$message=$name."\n".$family."\n".$phone."\n".$address;
$sendmail=mail($to, $subject, $message, $headers);

On another note, it's scary you're not checking your POST variables for security purposes...

Here's one thread on how to do it with some different examples:
[webmasterworld.com...]

I highly recommend you check all POSTed data with a regular expression.


Thread source:: http://www.webmasterworld.com/php/4000481.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com