22.05.2014, 14:57
In R26 by BlueG the function mysql_escape_string doesn't exist but there is mysql_real_escape_string:
pawn Code:
native mysql_real_escape_string(const source[], destination[], connectionHandle = 1, max_len=sizeof(destination));