Last active
December 30, 2015 12:32
-
-
Save Zaur-Lumanov/47ae675bce048169ca40 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Ко всем new | |
new _buffstr[128]; | |
// В конец кода | |
stock escapeString(const _string[]) | |
{ | |
mysql_escape_string(_string,_buffstr); | |
return _buffstr; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment