RE: [PHP] html formatting in mysql post

2011-05-07 Thread Ross Hansen
w['colname']); Thanks again for your assistance. > From: a...@ashleysheridan.co.uk > To: hansen.r...@live.com.au > CC: php-general@lists.php.net > Date: Sat, 7 May 2011 10:32:11 +0100 > Subject: RE: [PHP] html formatting in mysql post &g

RE: [PHP] html formatting in mysql post

2011-05-07 Thread Ashley Sheridan
> echo nl2br($row).PHP_EOL; > } > ?> > > your help is appreciated. > > > > From: danbr...@php.net > > Date: Fri, 6 May 2011 23:04:44 -0400 > > To: hansen.r...@live.com.au > > CC: php-general@lists.php.net >

RE: [PHP] html formatting in mysql post

2011-05-07 Thread Ross Hansen
ction?   your help is appreciated. > From: danbr...@php.net > Date: Fri, 6 May 2011 23:04:44 -0400 > To: hansen.r...@live.com.au > CC: php-general@lists.php.net > Subject: Re: [PHP] html formatting in mysql post > > On Fri, May 6, 2011 at

Re: [PHP] html formatting in mysql post

2011-05-06 Thread Daniel Brown
On Fri, May 6, 2011 at 22:52, Ross Hansen wrote: > > Hey Guys, > > I am using a form to post information to a MySQL table which is then > echo(ing) back out to a web page. it will sort of be like facebook where you > can post messages and stuff on peoples walls. The only issue is at the moment