$c_e = mysql_num_rows(mysql_query("SELECT id FROM users where name='".$_POST ["name"]."'")); {if ($c_e>0) {$errm .= "Логин занят"; $error=1;}}
Tell me what is the error?
0) {$...">
$c_e = mysql_num_rows(mysql_query("SELECT id FROM users where name='".$_POST ["name"]."'")); {if ($c_e>0) {$errm .= "Логин занят"; $error=1;}}
Tell me what is the error?
Source: https://ru.stackoverflow.com/questions/43606/
All Articles
SQL injection
, did not see anything. - Costantino Rupert