19.02.2019, 19:43
Just remove mysql_real_escape_string and replace %s with '%e'.
Also i don't understand why are you doing:
new szPlayerName, szPlayerName2, but retrieving just the first szPlayerName and escaping the second.
Doesn't make sense.
Also i don't understand why are you doing:
new szPlayerName, szPlayerName2, but retrieving just the first szPlayerName and escaping the second.
Doesn't make sense.