08.07.2013, 21:27
Got it!
Change to:
You store the HouseID to string1, when str stores the query!
It's not necessary to use mysql_real_escape_string for the whole query, just the input which is string.
Change to:
pawn Код:
if(!sscanf(string1, "d", integer))
It's not necessary to use mysql_real_escape_string for the whole query, just the input which is string.

