View Single Post
Old 25-01-2008, 06:09   #3 (permalink)
Shiro
shiro
 
Shiro's Avatar
 
Join Date: Aug 2007
Location: Yokohama, Japan
Posts: 2,606
Ya, if someone has javascript turned on, their information will not be validated, and you can get some nasty stuff put into your system. Google "email injections" and "php form validation".

As for your code, at a very quick glance it seemed like it should be working, so its very potentially a problem with your server. You should try out the phpmailer class (google it), and use it to send your mails using SMTP. Its fairly straightforward to use, and there are tutorials on the site. Your email is potentially getting blocked by junk mail filters.
  Reply With Quote