I am total newbie to FirePHP and php but very experienced in Java. Is there any way I can use FirePHP which can run and execute Firebug console commands for every user request from server and write to some log file some user related info which I want to gather for analysis.
Thanks in advance
kavitha
Christoph Dorn
()
Re: Using FirePHP without Installing Firebug.
No. That is not possible with FirePHP nor any other tool I am aware of. It should not be too difficult to code this yourself depending on what you want to record.
FirePHP is simply a debugging tool for developers. It allows you to view dumped variables and logged messages in a more user-friendly way than PHP natively supports.