No - not a Firebug issue - just a question on how to best debug the
server side.  I've tried sending out print's and echo's to see what
statements are getting executed, but apparently when you're running
json, they don't work.

I think I've found something called FirePHP that seems to be what I'm
looking for.

In addition, I got a response about Firebug 1.2.1 being available - but
Firefox update only knows about 1.2.0

So, this may be the wrong spot - but was just looking for PHP server
side debugging directions...

On Mon, 2008-09-29 at 02:06 -0700, [EMAIL PROTECTED] wrote:

> 
> 
> On Sep 28, 12:38 pm, matthewboh <[EMAIL PROTECTED]> wrote:
> > here's the POST headers from the code that works
> >
> > relay=userLogin&username=tool&password=iloveit&_=
> 
> notice that the first item is called "relay"
> 
> > and here's the POST header from the one that doesn't work
> >
> > centre=userLogin&username=tool&password=iloveit&_=
> 
> and here the item is called "centre"
> 
> > Here's the first few lines of the code that works
> >
> > <?php
> > if(!isset($resource))$resource = "0";
> > // session initilization
> > session_start();
> >
> > include_once("conf.inc.php");
> >
> > if($resource != true){
> >         if(isset($_GET['relay'])){$_POST['relay']=$_GET['relay'];}
> >         if(isset($_POST['relay'])){
> >                 switch($_POST['relay']){
> >                         case "userLogin":
> 
> ... and this code is looking for the "relay" item, not "centre".
> i suggest you find the "centre" item and rename it to "relay"
> 
> not a firebug issue i think.
> 
> > 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to