Secure POST/GET variable even script is not connected to mysql?
Hello,
if the PHP script is connected to mysql, i would use:
$variable = mysql_real_escape_string($_GET["email"]);
and if its plain script, without relation to any mysql, how i would […]
See original post by postcd
Leave a Reply
You must be logged in to post a comment.