Re: [PHP] str_replace(), and correctly positioned HTML tags

2006-05-26 Thread Jochem Maas
with regard to clean HTML - check out the tidy extension - it can do wonders with crufty output. http://php.net/tidy tedd wrote: At 12:26 PM +0900 5/26/06, Dave M G wrote: Tedd, Adam, Thank you for your advice. While I'm very grateful for your advice, unfortunately, it seems that the core o

Re: [PHP] str_replace(), and correctly positioned HTML tags

2006-05-26 Thread tedd
At 12:26 PM +0900 5/26/06, Dave M G wrote: Tedd, Adam, Thank you for your advice. While I'm very grateful for your advice, unfortunately, it seems that the core of what you suggest do not fit my situation. First, with Adam's suggestion that I use instead of . The output I am generating is

Re: [PHP] str_replace(), and correctly positioned HTML tags

2006-05-26 Thread Jochem Maas
Dave M G wrote: PHP list, ... take a look at: http://textism.com/ especially the 'textism' stuff which if nothing else mgiht give you some good ideas about plain text markup for conversion to HTML. -- Dave M G -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] str_replace(), and correctly positioned HTML tags

2006-05-25 Thread Dave M G
Tedd, Adam, Thank you for your advice. While I'm very grateful for your advice, unfortunately, it seems that the core of what you suggest do not fit my situation. First, with Adam's suggestion that I use instead of . The output I am generating is akin to what csszengarden.com generates, so

Re: [PHP] str_replace(), and correctly positioned HTML tags

2006-05-25 Thread tedd
At 12:53 AM +0900 5/26/06, Dave M G wrote: PHP list, This may be a simple matter. Please feel free to tell me to RTFM if you can direct me to exactly where in the FM to R. Or, alternately, please use simple explanations, as I'm not an experienced PHP coder. I'm building a simple content mana

[PHP] str_replace(), and correctly positioned HTML tags

2006-05-25 Thread Dave M G
PHP list, This may be a simple matter. Please feel free to tell me to RTFM if you can direct me to exactly where in the FM to R. Or, alternately, please use simple explanations, as I'm not an experienced PHP coder. I'm building a simple content management system, where users can enter text i