Skip to content
Archive of posts filed under the PHP category.

Bug with PHP 5.3 and MySQLi Stmt

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 [...]