Shazbot! Posted March 16, 2007 Share Posted March 16, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.