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

2011-10-14 Thread David Robley
On Fri, 14 Oct 2011, you wrote: > On 11-10-14 03:40 AM, David Robley 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 >

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

2011-10-14 Thread David Robley
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