After recently upgrading to PHP 5.3, the news posts on my old webpage (http://www.duelingmonkeys.com) were being truncated to a maximum of 256 characters. To make a long story short, it appears that prepared statements with the mysqli extension were only allowing 256 characters when pulling data, even if the field type is text. I should [...]
Archive of posts filed under the MySQL category.