The code below is just parcial working when i refresh my page. The
steps are:
-- testfb.php --
<?php
ob_start();
require('fb.php');
echo "test fb";
fb("Hello World");
?>
1. Refresh the page "testfb.php". The console NOT SHOW the "hello
world". (Yes, the console is enabled and the firebug scrips are
installed correctly in path, as well the firephp addon)
2. I switch to the tab with the already opened url
http://www.firephp.org/Wiki/Main/QuickStart, and returns to the
original testfb.php tab.
3. Magically, the "Hello World!" is there (in console)! Without
refreshing.
My Firefox is version 3.0.1. The FirePHP 0.1.1, FireBug 1.2.0 and I
download the latest version of firephp scripts.
What could be? Thanks!