View Single Post
  #18 (permalink)  
Old 08-27-2009, 07:00 PM
fieldsimc fieldsimc is offline
WebProWorld New Member
 
Join Date: Jul 2009
Location: London, KY
Posts: 12
fieldsimc RepRank 0
Default Re: PHP contact form help

One thing I seen that's missing security wise is the strip_tags function. Always use this when receiving form input. If you are relaying information from a form to a database, always use mysql_real_escape_string with the strip_tags.
Reply With Quote