Jump to content

displaying long text


Shazbot!

Recommended Posts

I have a MSSQL 2000 database with survey data, the data field that contains the long data is varchar (8000).

When I display the data it truncates the data to 255 characters including spaces. The following code is something like this:

 

while($Results=mssql_fetch_array($SQL_Query) {
echo $Results[0]."<br />";

}

 

Is there something that I am missing?

Link to comment
https://forums.phpfreaks.com/topic/42975-displaying-long-text/
Share on other sites

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.