i have a php script that inputs info to a database. however whenever i have something like: john doe's, it goes into the database as john doe\'s. reading it back form the database i get john doe\'s. is there a way to control this?
[V]
Use stripslashes():
http://www.php.net/stripslashes