Re: [PHP] Re: xml_parse and xml entities

2002-12-12 Thread Khalid El-Kary
Hi, If you are going to use this output in HTML pages, it won't matter at all, because HTMl only cares about (s), so the additional line-feeds and even additional spaces(except the first space) won't be taken care of by the browser ;) or you have something additional to say ? Regards, Khalid A

[PHP] Re: xml_parse and xml entities

2002-12-12 Thread Russ Taylor
Another problem I have is I did $message = str_replace("\n","", $message); and instead of getting Helo <

Hey
Hey I have Helo <

Hey
Hey Any ideas please? Thank you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php