Skip to content

Instantly share code, notes, and snippets.

@Zaur-Lumanov
Last active December 30, 2015 12:32
Show Gist options
  • Save Zaur-Lumanov/47ae675bce048169ca40 to your computer and use it in GitHub Desktop.
Save Zaur-Lumanov/47ae675bce048169ca40 to your computer and use it in GitHub Desktop.
// Ко всем 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