07.02.2016, 02:58
Hi,
I get this error:
mysql_escape_string - destination size is too small (must be at least as big as source)
When this happin? and how know where is mistakes because mysql log don't print it. Is this couse if i do like that?
I get this error:
mysql_escape_string - destination size is too small (must be at least as big as source)
When this happin? and how know where is mistakes because mysql log don't print it. Is this couse if i do like that?
Код:
new EscapeSmthing[ 100 ]; mysql_real_escape_string(EscapeSmthing,EscapeSmthing);