Re: [PHP] Friday afternoon - being thick

2004-10-29 Thread John Nichel
Aaron Wolski wrote: Is this what you are looking for: /r/n? Aaron That would be... \r\n -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Friday afternoon - being thick

2004-10-29 Thread Greg Donald
On Fri, 29 Oct 2004 12:29:29 -0400, Aaron Wolski <[EMAIL PROTECTED]> wrote: > Is this what you are looking for: > > /r/n? You mean \r\n ? -- Greg Donald Zend Certified Engineer http://gdconsultants.com/ http://destiney.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vi

RE: [PHP] Friday afternoon - being thick

2004-10-29 Thread Jay Blanchard
[snip] I've got some text that contains carriage returns, which are not . what tag do I need to use to display the text with the carriage returns? Can't even remember whether it's html or php. [/snip] ? or \n -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

Re: [PHP] Friday afternoon - being thick

2004-10-29 Thread Matt M.
> I've got some text that contains carriage returns, which are not . > what tag do I need to use to display the text with the carriage returns? > Can't even remember whether it's html or php. html, -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/u

RE: [PHP] Friday afternoon - being thick

2004-10-29 Thread Aaron Wolski
Is this what you are looking for: /r/n? Aaron > -Original Message- > From: Nunners [mailto:[EMAIL PROTECTED] > Sent: October 29, 2004 11:52 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Friday afternoon - being thick > > Hi All, > > > > I'm having

[PHP] Friday afternoon - being thick

2004-10-29 Thread Nunners
Hi All, I'm having one of those Friday afternoon moments - I can't remember what tag to use. I've got some text that contains carriage returns, which are not . what tag do I need to use to display the text with the carriage returns? Can't even remember whether it's html or php. Chee