tedd wrote: > At 9:12 PM -0700 4/9/09, Jim Lucas wrote: >> tedd wrote: >>> At 5:03 PM +0200 4/9/09, Jan G.B. wrote: >>>> >>>> You might want to use htmlspecialchars($str, ENT_QUOTES) >>> >>> OUT from db to html >>> >>> and >>> >>>> mysql_real_escape_string(stripslashes($_POST['yourself'])); >>> >> >> The above tells me that you probably need to look at your magic quotes >> setting. > > The php info says: > > magic_quotes_runtime Off Off > magic_quotes_sybase Off Off > > I'm assuming that means OFF, right? > > Cheers, > > tedd I think you want to look for magic_quotes_gpc -- Thanks! -Shawn http://www.spidean.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php