Welcome Guest, Not a member yet? Register   Sign In
condition not checking
#1

$ech = $this->agent->platform();

if ($ech == 'Windows 8')
{
  //echo $ech;
  redirect('/home');
}
else
{
  redirect('/login');
}

it's not working. how to solve?
Reply


Messages In This Thread
condition not checking - by kvanaraj - 08-01-2018, 10:18 PM
RE: condition not checking - by InsiteFX - 08-02-2018, 04:01 AM
RE: condition not checking - by kvanaraj - 08-02-2018, 11:16 PM
RE: condition not checking - by InsiteFX - 08-03-2018, 04:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB