I http://localhost/home/index.php bulunan bir index.php dosyası oluşturulur. Aşağıdaki kodu ile dolu dosya.
<?php
# //include the file
require_once("FirePHP.class.php");
# //create the object
$firephp = FirePHP::getInstance(true);
# //send information
$firephp->fb("Hello world!");
?>
Ben btw firePHPCore indirmek ve FirePHP.class.php http://localhost/home/FirePHP.class.php dizinine kopyalayın, Kundakçı ve FirePHP sağladı.
Bu kod çalıştırmak için ben firebug konsolunu mesajı "Merhaba dünya!" Göremiyorum.
I followed the tutorial http://yensdesign.com/2008/10/how-to-debug-php-code/
Winxp and fireFox 3.6.3; fireBug 1.5.3; firePHP 0.4.3 used. Any suggesion?