dennismonsewicz Posted April 20, 2010 Share Posted April 20, 2010 I have a script that looks up a particular Q&A depending upon the message id being passed in the URL, but one of them is breaking. I have a privacy policy that for reason only returns 255 characters and will not display anything past that. The DB column is set for a text field so it should be grabbing everything in that row... any ideas on what could be wrong? Link to comment https://forums.phpfreaks.com/topic/199180-mysql-result-limited/ Share on other sites More sharing options...
seventheyejosh Posted April 20, 2010 Share Posted April 20, 2010 Are you truncating your data to 255 before you insert it into the db's text field? Link to comment https://forums.phpfreaks.com/topic/199180-mysql-result-limited/#findComment-1045387 Share on other sites More sharing options...
dennismonsewicz Posted April 20, 2010 Author Share Posted April 20, 2010 actually it was a logic problem with an else/if statement... Link to comment https://forums.phpfreaks.com/topic/199180-mysql-result-limited/#findComment-1045399 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.