Author Topic: php mysql injection bypass?  (Read 649 times)

0 Members and 1 Guest are viewing this topic.

Offline bluespirit

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
php mysql injection bypass?
« on: February 02, 2015, 02:52:52 am »
simply, is there a way to bypass that?
Code: [Select]
$login = mysql_real_escape_string(GetFromPost('login'));
« Last Edit: February 02, 2015, 02:58:49 am by bluespirit »

Spacecow

  • Guest
Re: php mysql injection bypass?
« Reply #1 on: February 02, 2015, 03:33:44 am »
Do you even SQLi? But seriously though, have you looked up what the function actually does and looked at ways to get around things like that or is this a "Please spoon feed me, I don't actually know what I'm doing :D" post? Since it appears more like the latter is true I will simply give u a link and tell you that coming on a forum to beg for help is a good way to make a shit impression. Without further waiting I present to you the manual :D http://php.net/manual/en/function.mysql-real-escape-string.php