[jQuery] Re: JQuery/PHP debugging technique - any suggestions on how to do this?

2009-04-02 Thread LinkGuru
The combination of Firebug and FirePHP brought me the break through I've been looking for!! Actually I've only just seen your message, Erik. Having realised that firebug wouldn't help me much with the PHP I googled debugging php firebug and now I'm armed with the tools I could have done with a whi

[jQuery] Re: JQuery/PHP debugging technique - any suggestions on how to do this?

2009-04-02 Thread Erik
You should really try the combination of Firebug and FirePHP... http://www.firephp.org/ On Apr 2, 12:40 am, LinkGuru wrote: > Thanks. I've installed the add-on. I'll give it a whirl. > > On Apr 1, 8:00 pm, Hector Virgen wrote: > > > You should try using Firebug. You can print directly to the

[jQuery] Re: JQuery/PHP debugging technique - any suggestions on how to do this?

2009-04-01 Thread LinkGuru
Thanks. I've installed the add-on. I'll give it a whirl. On Apr 1, 8:00 pm, Hector Virgen wrote: > You should try using Firebug. You can print directly to the Firebug console > from within PHP, or you can just echo "some message" and look at the > response tab of the firebug console. > -Hector >

[jQuery] Re: JQuery/PHP debugging technique - any suggestions on how to do this?

2009-04-01 Thread Hector Virgen
You should try using Firebug. You can print directly to the Firebug console from within PHP, or you can just echo "some message" and look at the response tab of the firebug console. -Hector On Wed, Apr 1, 2009 at 11:56 AM, LinkGuru wrote: > > Hi, I am looking for some help debugging jQuery bein