Welcome Guest, Not a member yet? Register   Sign In
isset: Strange behaviour
#2

[eluser]Matthew Lanham[/eluser]
Well i dont see any reason why the first one wouldn't work, as long as you have $hello set....on the second one using the codeigniter input class you don't need the isset, as if the POST variable is not set codeigniter would return false so you could try:

Code:
if($this->input->post("Ds_AuthorisationCode") == false){
   //Code here
}


Messages In This Thread
isset: Strange behaviour - by El Forum - 03-02-2008, 03:50 AM
isset: Strange behaviour - by El Forum - 03-02-2008, 04:01 AM
isset: Strange behaviour - by El Forum - 03-02-2008, 04:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB