Go Back   HTMLCenter Web Development Forums > Web Design and Development > Databases
Connect with Facebook

Formatting paragraphs from output from mysql

Closed Thread
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 01-02-2009, 06:50 AM
Registered User
 
Join Date: Jan 2009
Posts: 2
Formatting paragraphs from output from mysql

Hi Guys. Can't seem to understand how to use the nl2br function that seems to be the answer to formatting my text outputted from the database. I have little knowledge about coding and have been relying on Dreamweaver to get me by on the small requirements I need it for in this area. My field that needs formatting reads <span class="textcontent"><?php echo $row_rshiking['descriptionh']; ?></span> but I don't know where to implement the "nl2br" function and have tried after the echo. Any help much appreciated.

  #2 (permalink)  
Old 01-03-2009, 12:51 PM
curtiss's Avatar
Moderator
 
Join Date: May 2003
Posts: 1,533
PHP Code:
<span class="textcontent"><?php echo nl2br($row_rshiking['descriptionh']); ?></span>
__________________
I hate Internet Explorer! Anyone with me?
  #3 (permalink)  
Old 01-03-2009, 04:20 PM
Registered User
 
Join Date: Jan 2009
Posts: 2
Thanks Curtiss. Works great!
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Where to get free MySQL? yuppicide Databases 5 01-14-2009 07:53 PM
Automatically Grant Specific Privileges to all MySQL Users curtiss Databases 0 08-06-2008 08:31 AM
Read Oracle View Into MySQL curtiss Databases 3 06-14-2008 08:32 PM
MyJSQLView a Java MySQL front end Kleopatra Databases 0 07-22-2007 05:52 PM
MySQL help? Will pay. yuppicide Databases 9 06-20-2007 09:57 AM


All times are GMT -5. The time now is 02:07 PM.

 
Clicky Web Analytics
CloudContacts
Loop11
Page.ly


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.1 PL1
© 1997-2009 HTMLCenter