08.07.2013, 08:11
The thing that you have totally forgot to store the result so basically is empty
And also an advise for SQL. Use either mysql_real_escape_string or mysql_format
because:
pawn Код:
mysql_store_result();
because:
Quote:
Important Note: Always use this function (if you don't use mysql_format()) before inserting user inputs in a query. You can be victim of a SQL injection if you do not do so. |