Welcome Guest, Not a member yet? Register   Sign In
Ajax Request
#22

[eluser]Nutan Lade[/eluser]
I tried both the cases.i.e upper and lower case.
still the same error

A PHP Error was encountered

Severity: Notice

Message: Use of undefined constant userId - assumed 'userId'

when using this code it was returing array(0){}
Code:
var_dump($_POST); exit;

Code:
function submitMovie(movieId){
  //    alert(movieId);
    var url = "<?=base_url()?>index.php/gadgets/addMovie/"+movieId;
        
        var msgBox = "movieLink_"+movieLink;

        new Ajax.Request(url, {
        method: 'post',
        parameters: {userId: 1},
        onComplete: function(addmovie){
          var response = addmovie.responseText || "no response text";
          document.getElementById(msgBox)[removed] = response;        
        },
        onFailure: function(){ alert('Something went wrong...') }
          });
  }

and the server code is
Code:
function addMovie(){
        echo "hi";        
        var_dump($_POST); exit;
        //echo $_POST[userId];
        
    }

it was returning hi and array(0){}


Messages In This Thread
Ajax Request - by El Forum - 08-25-2008, 09:05 AM
Ajax Request - by El Forum - 08-25-2008, 09:35 AM
Ajax Request - by El Forum - 08-25-2008, 10:33 AM
Ajax Request - by El Forum - 08-25-2008, 10:40 AM
Ajax Request - by El Forum - 08-25-2008, 10:41 AM
Ajax Request - by El Forum - 08-26-2008, 08:44 AM
Ajax Request - by El Forum - 08-26-2008, 08:51 AM
Ajax Request - by El Forum - 08-26-2008, 08:52 AM
Ajax Request - by El Forum - 08-26-2008, 09:03 AM
Ajax Request - by El Forum - 08-26-2008, 09:04 AM
Ajax Request - by El Forum - 08-26-2008, 09:07 AM
Ajax Request - by El Forum - 08-26-2008, 09:51 AM
Ajax Request - by El Forum - 08-26-2008, 09:55 AM
Ajax Request - by El Forum - 08-26-2008, 10:01 AM
Ajax Request - by El Forum - 08-26-2008, 10:05 AM
Ajax Request - by El Forum - 08-26-2008, 11:35 AM
Ajax Request - by El Forum - 08-26-2008, 11:40 AM
Ajax Request - by El Forum - 08-26-2008, 11:44 AM
Ajax Request - by El Forum - 08-26-2008, 11:50 AM
Ajax Request - by El Forum - 08-26-2008, 01:50 PM
Ajax Request - by El Forum - 08-27-2008, 08:30 AM
Ajax Request - by El Forum - 08-27-2008, 11:27 AM
Ajax Request - by El Forum - 08-27-2008, 11:32 AM
Ajax Request - by El Forum - 08-28-2008, 10:31 AM
Ajax Request - by El Forum - 08-28-2008, 10:34 AM
Ajax Request - by El Forum - 08-29-2008, 10:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB