22.02.2017, 13:40
It seems that mysql_escape_string function is only available on R33 version and newer. Try to use mysql_real_escape_string instead.
Quote:
mysql_real_escape_string( const source[], destination[] [,connectionHandle = 1] ) ** |