RE: [PHP] Re: IE 6 mangling posted code

2003-11-20 Thread Pablo Gosse
David Strencsev wrote: > You may play with these functions: > > addslashes(); > stripslashes(); > htmlentities(); > html_entity_decode(); > Thanks for your help manu and david. I'm going to attempt converting the html characters and see if that works, but something also makes me think this migh

[PHP] Re: IE 6 mangling posted code

2003-11-20 Thread David Strencsev
You may play with these functions: addslashes(); stripslashes(); htmlentities(); html_entity_decode(); Good luck - David Strencsev -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: IE 6 mangling posted code

2003-11-19 Thread Manuel Vázquez Acosta
It seems to me a problem with the ' signs. I have posted, stored, and retrieved html in many projects, using IE6, and every time an error like this one showed up, the causes happened to be one of these: magic_quotes of PHP were not taken into account in the PHP code. strings delimiters ('