MYSQL / PDO Problem
After executing my php code. i have got a blank page in result !!!
After changing this line:
$q->execute(array("\xbf\x27 OR 1=1 /*"));
To this line:
$q->execute();
The problem resolved!
But to […]
See original post by invalid@example.com (Mehdi Jazini)
Leave a Reply
You must be logged in to post a comment.