ohh... It worked now..I forgot to install FirePHP plugin for
Firefox...
well, i am confused with some other thing..
is not it supposed to show the error message on the Console rather
than in the browser when i make mistakes in php code ? If so, when i
type the following code, why is it still showing up in the browser ?
<?php
require('FirePHPCore/fb.php');
ob_start();
$mystring = "How are you ;
echo $mystring;
?>
I think i am missing something....
On Sep 4, 11:43 am, Christoph Dorn <
christ...@christophdorn.com>
wrote:
> Are you using FirePHP 0.1.2?
> Are the FirePHP headers being sent? What are they?
>
> Do the messages how up in the console when you go tohttp://
www.firephp.org/?
>
> Christioh
>
> On Sep 4, 7:14 am, latapaka <
bina...@gmail.com> wrote:
>
>
>
> > Hi
>
> > I have Net panel in Firebug enabled and have installed
> > FirePHPCore to the appropriate location..
>
> > When I type the following code in simple test.php, nothing
> > shows up, neither in the browser, nor in the console... (error also
> > doesn't show up in the browser either which means i have copied
> > FirePHP to correct place as display_errors is set to On in php.ini )
>
> > <?php
> > require('FirePHPCore/fb.php');
> > ob_start();
> > fb('Hello');
> > ?>
>
> > The documentation says, it should print "hello" in the
> > console. But it doesn't at all.
>
> > I am using Firefox 3.0.1, Firebug 1.2.0 and at the server end, it
> > is running PHP 5.2.6 and FirePHPCore-0.1.2
>
> > I am confused, what is wrong going on ??- Hide quoted text -
>
> - Show quoted text -