i want to know how to remove slashes added using addslashes() function during database insert. is there something called removeslashes()??
Nope.... it's called stripslashes().
http://www.php.net/manual/en/function.stripslashes.php
geoff
giggle and you really didn't even think of checking the manual??