Viewing entries tagged with 'PHP'
Turning on PHP Debugging and Error Messages
Posted by Motoma
Debugging messages are a powerful tool; however, many production systems (and test systems for that matter) have them disabled by default. If your PHP script is crashing horribly and you are not getting any runtime error messages, it is likely that this is the case for you.
Creating a MySQL Data Abstraction Layer in PHP
Posted by Motoma
{EDIT: THIS ARTICLE IS OLD. I HAVE KEPT IT HERE FOR HISTORICAL REASONS, AND IT IS NO LONGER RELEVANT.}