Re: [PHP] Newline charactes causing problems

2002-12-05 Thread Joshua E Minnie
I am wondering if it has something to do with the way that MySQL is storing the data. But I can't seem to find anything that is helping me when I search on MySQL related strings. +-+-+ | Joshua Minnie |Tel: 269.276.9690 | | [EMAIL PROTECTED

Re: [PHP] Newline charactes causing problems

2002-12-05 Thread John Wards
On Thursday 05 Dec 2002 3:54 pm, Joshua E Minnie wrote: > Already tried that. Doesn't seem to change anything. > how about \r John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Newline charactes causing problems

2002-12-05 Thread 1LT John W. Holmes
nnie" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 10:48 AM Subject: Re: [PHP] Newline charactes causing problems On Thursday 05 Dec 2002 3:48 pm, Joshua E Minnie wrote: > A load of stuff.. I just read the fist few paragraphs and got bored..

Re: [PHP] Newline charactes causing problems

2002-12-05 Thread Joshua E Minnie
Already tried that. Doesn't seem to change anything. - Original Message - From: "John Wards" <[EMAIL PROTECTED]> To: "Joshua E Minnie" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 10:48 AM Subject: Re: [PHP] Newli

Re: [PHP] Newline charactes causing problems

2002-12-05 Thread John Wards
On Thursday 05 Dec 2002 3:48 pm, Joshua E Minnie wrote: > A load of stuff.. I just read the fist few paragraphs and got bored;-) but Have you tried doing a str_replace for \n which is new line? just replate it with a blank string John -- PHP General Mailing List (http://www.ph

[PHP] Newline charactes causing problems

2002-12-05 Thread Joshua E Minnie
Hey all, I know this has been asked before, and I have tried many of the solutions that were posted in the mailing archives, and also did some googling. But I can't seem to eliminate some new line characters from a string. Here is the scenario: 1. A user inputs some text into an form and sub