This is a discussion on RE: [PHP] text to HTML within the PHP General forums, part of the PHP Programming Forums category; the closest is nl2br() which converts line breaks to tags. Other than that, you would need to look at regex ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
the closest is nl2br() which converts line breaks to tags. Other than that, you would need to look at regex manipulation to make those changes. Bastien ---------------------------------------- > From: ron.php@actsministries.org > To: php-general@lists.php.net > Date: Sun, 26 Aug 2007 10:36:06 -0400 > Subject: [php] text to HTML > > > Is there a PHP command that turns text into HTML? > > EXAMPLE: > > "before" > > Hi. > > How are you doing? > > "after" > > Hi. > > How are you doing? > __________________________________________________ _______________ Explore the seven wonders of the world http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE |