Jump to content

[SOLVED] Displaying results from database in a particular format


Andrew R

Recommended Posts

How do I display results from a database in a particular format.  For example the following text in this format including the lines in stored in the database:

 

“Hello,

 

Welcome to the news for 11/06/07.

 

Thanks”

 

When I echo the results using the usual,

<? echo $row_news[‘news’]; ?> 

it doesn’t echo the information in the database in the format it is stored for example it will display like this. 

“Hello, Welcome to the news for 11/06/07. Thanks”
  How do I get it to display in the format it in displayed in the database?

 

Thanks.

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.