Re: [PHP-DB] Formatting a form box

2006-01-12 Thread Bastien Koert
show the code bit relevant to the nl2br issue and conversion bastien From: Alex Major <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>, Subject: Re: [PHP-DB] Formatting a form box Date: Thu, 12 Jan 2006 19:42:33 + Thanks for the suggestions, the nl2br has been a common suggestio

Re: [PHP-DB] Formatting a form box

2006-01-12 Thread Alex Major
x27;])) { > > echo nl2br($_POST['testarea']); > > } > ?> > > Look at the source code after you submit if you have any doubts/questions. > > -TG > > = = = Original message = = = > > use the nl2br() function to convert the newlines to >

Re: [PHP-DB] Formatting a form box

2006-01-12 Thread El Bekko
t; or any other HTML tag that best suits your need!! This is just one solution, but I'm pretty sure there others!! Mike Guirao -Original Message- From: Alex Major [mailto:[EMAIL PROTECTED] Sent: Jueves, 12 de Enero de 2006 10:33 a.m. To: php-db@lists.php.net Subject: [PHP-DB] Formatt

RE: [PHP-DB] Formatting a form box

2006-01-12 Thread tg-php
have any doubts/questions. -TG = = = Original message = = = use the nl2br() function to convert the newlines to bastien >From: Alex Major <[EMAIL PROTECTED]> >To: >Subject: [PHP-DB] Formatting a form box >Date: Thu, 12 Jan 2006 16:33:01 + > >Hi there, >On one o

RE: [PHP-DB] Formatting a form box

2006-01-12 Thread Miguel Guirao
tag that best suits your need!! This is just one solution, but I'm pretty sure there others!! Mike Guirao -Original Message- From: Alex Major [mailto:[EMAIL PROTECTED] Sent: Jueves, 12 de Enero de 2006 10:33 a.m. To: php-db@lists.php.net Subject: [PHP-DB] Formatting a form box Hi

RE: [PHP-DB] Formatting a form box

2006-01-12 Thread Bastien Koert
use the nl2br() function to convert the newlines to bastien From: Alex Major <[EMAIL PROTECTED]> To: Subject: [PHP-DB] Formatting a form box Date: Thu, 12 Jan 2006 16:33:01 + Hi there, On one of my forms, there is a section where users can put images etc..and then it is displayed

[PHP-DB] Formatting a form box

2006-01-12 Thread Alex Major
Hi there, On one of my forms, there is a section where users can put images etc..and then it is displayed on my php pages. My question is how do I make it so that the html formatting is automatically done. For example when someone is typing something, and wants to start a new paragraph although th