0

我在http://localhost/home/index.php创建了一个 index.php 文件。该文件填充了以下代码。

<?php

# //include the file  
require_once("FirePHP.class.php");  
# //create the object  
$firephp = FirePHP::getInstance(true);  
# //send information  
$firephp->fb("Hello world!");  

?>

我启用了 fireBug 和 firePHP,顺便说一句,我下载了 firePHPCore 并将FirePHP.class.php复制到http://localhost/home/FirePHP.class.php目录。

要运行此代码,我看不到消息“Hello world!” 在萤火虫控制台中。

我按照教程 http://yensdesign.com/2008/10/how-to-debug-php-code/

Winxp 和 fireFox 3.6.3;火虫 1.5.3;使用firePHP 0.4.3。有什么建议吗?

4

1 回答 1

0

我是新来的火虫。

网络面板被禁用....

启用网络面板。它运作良好。这个很酷。

谢谢你。

于 2010-04-20T06:57:32.550 回答