11.05.2016, 14:08
Quote:
Correct me if I'm wrong, but you don't seem to escape your queries. If this is the case, your statement ("no more hacked accounts") will not hold up.
|
Код:
mysql_query(bquery); mysql_free_result();
Correct me if I'm wrong, but you don't seem to escape your queries. If this is the case, your statement ("no more hacked accounts") will not hold up.
|
mysql_query(bquery); mysql_free_result();