Posts: 203
Threads: 30
Joined: Jan 2013
Quote:
Originally Posted by Konstantinos
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));
|
So what does that mean? Should I use the R33 Plugin that plugin have mysql_escape_string or I should change it?