Hi all !
I perform a simple query looking like this "SELECT body FROM articles WHERE object_id = 2" (simplified version).
<body> is a large text type value, but upon retrieval, only a fraction (2/3rds) are displayed. I do not perform any truncation or manipulation of the string, only SQL select and then "echo" statement sends it to the document.
Are there any reasons PHP could behave like that ? The database is MIcrosoft Access, and using its internal SQL query writer, I can see that the data is not truncated.
May I be lacking memory in PHP or something ? THe script is very small, I cannot see that being a good reason...
Please help,
Thanks,
Amn.