Re: [PHP] Processing newlines in a text area field

2011-10-14 Thread Richard Quadling
On 14 October 2011 03:49, Stephen stephe...@rogers.com wrote: I have a web page with a form with a text area. I enter: foo bar PHP processes the POST and inserts the record into MySQL. The database field is text. I use PDO For testing I have removed any processing of the text area

Re: [PHP] Processing newlines in a text area field

2011-10-14 Thread Stephen
On 11-10-14 04:25 PM, Richard Quadling wrote: On 14 October 2011 03:49, Stephenstephe...@rogers.com wrote: I have a web page with a form with a text area. I enter: foo bar PHP processes the POST and inserts the record into MySQL. The database field is text. I use PDO For testing I have

Re: [PHP] Processing newlines in a text area field

2011-10-14 Thread Stephen
On 11-10-13 10:49 PM, Stephen wrote: I have a web page with a form with a text area. I enter: foo bar PHP processes the POST and inserts the record into MySQL. The database field is text. I use PDO For testing I have removed any processing of the text area content. Now, no matter how

Re: [PHP] Processing newlines in a text area field

2011-10-13 Thread Jason Pruim
Answer below! Jason Pruim li...@pruimphotography.com On Oct 13, 2011, at 10:49 PM, Stephen wrote: I have a web page with a form with a text area. I enter: foo bar PHP processes the POST and inserts the record into MySQL. The database field is text. I use PDO For testing