Dear Sir, I've found a bug in the function "mysql_real_escape_string". For example, i use this function like below: mysql_real_escape_string(auth_sql_server, escapeUser, user, strlen(user)); now user = "cHm%Ilu!", but escapeUser equals to "Chm134739000!"(random), instead of "cHm%Ilu!".
can you help me to solve the problem? yours sincerely, Ricetons. (passing filter: sql,query) --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php