Overview
I like pretty things! And I believe that pretty debug messages can go a long way in speeding up finding and fixing the problem.
So without further ado here is what pdebug() and pdie() output looks like:
How to use
The function names are self explanatory. All you have to do is include […]
Overview of flog()
When writing PHP code, that will be included in other people’s code (like plugins, widgets, callbacks, or callback pages), debugging is usually done with log files. This way you will not break the page structure and you can output stuff to your hearts content.
The simple error_log() that PHP provides, […]
What is this?
PHP PayPal Tools Box is a PHP library that you can use to:
generate PayPal Donation button generate PayPal “Recurring” Donation button generate PayPal payment forms validate and respond to IPN (Instant Payment Notifications) validate and respond to PDT (Payment Data Transfer)
This library requires PHP 5, and the PDT validation requires that […]