I have a PHP page that queries a data base and displays the data in a HTML form. It is using straight forward SQL calls.
The only problem I have is that some of the variables do not display all the data that is parsed from the column. I have no idea why. The column is a longtext, I have other columns that are longtext that display all the data that they hold. There is no certain character that stops it. What could cause this and what should I attempt to fix this?
Chris