18.11.2017, 19:26
Char-arrays cannot be used in "passed by reference" method. Create a temporary variable to retrieve the value and then assign it back.
About mysql_escape_string, the 3rd parameter is the length (which is optional) and not the connection handle (which is also optional).
About mysql_escape_string, the 3rd parameter is the length (which is optional) and not the connection handle (which is also optional).
pawn Код:
mysql_escape_string(password, pass, sizeof pass, dbHandle);