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 class that you can use to:
generate PayPal Donation button generate PayPal Recurring Donation button generate PayPal payment forms validate the IPN (Instant Payment Notifications)
The Class also has a simple way to prevent tampering with the items price. This class requires PHP 5.
View Demo [...]

