I have to escape some inputs on a form. I used mysql_real_escape_string to escape the value but it adds a lot slashes with value inside database, the reason is i have an apo
mysql_real_escape_string(stripslashes($_POST['username']));