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
-~----------~----~----~----~------~----~------~--~---