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
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
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 ('
3 matches
Mail list logo