Posts Tagged "FirePHP"

FirePHP: a quick start guide

Posted by on Feb 20, 2010 in Featured, Tutorials | 0 comments

FirePHP: a quick start guide

FirePHP is a useful tool that allows developers to output PHP debug messages directly into Firebug, so they’re displayed just like JavaScript console messages. This guide assumes you’re using Firefox with the Firebug extension already installed. Setting up FirePHP With Firefox open, click Tools > Add-ons then search for “FirePHP” within the Get Add-ons tab and install the extension as usual. Once it’s installed, and Firefox has restarted, open the Firebug window using the icon at the bottom-right of Firefox. Click on the Console and Net panels to ensure...

Read More