Published on 2007-02-12 20:59:11

We usually use Firebug to debug Javascript, AJAX and so on, so here is how to use Firebug to debug your PHP scripts. I have written long time ago a PHP class Buggy to help me store debug information in database so it could be better analyzed later. Now that many are using Firebug, I find it pretty interesting to have such debug information available directly in Firebug so you can group both server-side and client-side debug info in a single place.

Last week I saw FirePHP, which introduce a specific protocol to help debugging PHP scripts and add a new tab to FireBug to visualize results. Here is a fast way to create your own debug solution and use Firebug itself to visualize these informations.

Read More


Related Entries

Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved