Posts Tagged: web security. tips
-
Mar 03, 2010
Comments OffHow to filter user submitted data easily in PHP?
Yesterday, I saw one of my friend was working on the the contact form and was filtering the user input data(posted variables) individually. He was using a function in PHP to filter the input and...