Sanjoy Roy

[MCM, MCP, SCJP] – Senior PHP Programmer

How to user FirePHP


*Install FirePHP FireFox add-ons (get a console like firebug), bottom status console bar in FF
* Copy FirePHP.class.php to the root file location

require("FirePHP.class.php");
$firephp = FirePHP::getInstance(true);
$firephp->log($doc->load($url), 'doc');

Comments are closed.