RE: [PHP] converting str with \n to one line str??

2001-08-21 Thread Christian Eichert
test",$temp) have a nice day eichert > -Original Message- > From: Dave [mailto:[EMAIL PROTECTED]] > Sent: Dienstag, 21. August 2001 14:40 > To: Jens Schodt; 'Tyler Longren' > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] converting str with \n to one line str

RE: [PHP] converting str with \n to one line str??

2001-08-21 Thread Dave
delig meddelelse- >Fra: Tyler Longren [mailto:[EMAIL PROTECTED]] >Sendt: 20. august 2001 20:20 >Til: Jens >Cc: [EMAIL PROTECTED] >Emne: Re: [PHP] converting str with \n to one line str?? > > >You could use str_replace(). > >-- >Tyler Longren >Captain Jack

Re: [PHP] converting str with \n to one line str??

2001-08-21 Thread David Robley
to:[EMAIL PROTECTED]] > Sendt: 20. august 2001 20:20 > Til: Jens > Cc: [EMAIL PROTECTED] > Emne: Re: [PHP] converting str with \n to one line str?? > > > You could use str_replace(). > > -- > Tyler Longren > Captain Jack Communications > [EMAIL PROTECTED] > w

RE: [PHP] converting str with \n to one line str??

2001-08-21 Thread Lawrence . Sheed
PROTECTED]] Sendt: 20. august 2001 20:20 Til: Jens Cc: [EMAIL PROTECTED] Emne: Re: [PHP] converting str with \n to one line str?? You could use str_replace(). -- Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com On Mon, 20 Aug 2001 20:15:54 +0200 "Jens"

Re: [PHP] converting str with \n to one line str??

2001-08-20 Thread Tyler Longren
You could use str_replace(). -- Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com On Mon, 20 Aug 2001 20:15:54 +0200 "Jens" <[EMAIL PROTECTED]> wrote: > When I use Javascript with PHP i run into one problem. When I get the > data i > need from the database it oft

Re: [PHP] converting str with \n to one line str??

2001-08-20 Thread Artwithin
use nl2br() http://www.php.net/nl2br or, alternatively, use a regex to strip out the newlines hope this helps. - Original Message - From: Jens <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 20, 2001 11:15 Subject: [PHP] converting str with \n to one line str?? > When