At 2:29 AM -0700 6/28/06, Ryan A wrote:
>-snip-
>
>Or if I am barking up the wrong tree and this is not
>possible (changing DWs default behavior, just tell me
>and will stop searching.
>
>Thanks!
>Ryan

Ryan:

I don't see a problem with using:

1. Turn magic_quotes OFF -- it's just a PITA anyway.

2. Then use mysql_real_escape_string() to store your html in the dB.

3. Then use htmlentities() to retrieve the pages.

It works for me.

tedd
-- 
------------------------------------------------------------------------------------
http://sperling.com  http://ancientstones.com  http://earthstones.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to