what is diffrcene between mysql_escape_string() and mysql_real_escape_string() ?
php has dcoumnet for it: www.php.net/mysql_escape_string but i cann't know it. anyone can explain it for me?
thanks
Ones deprecated, ones not. One escapes % and _ , one doesn't