my url is
http://localhost/helpinghand_web/home/userAutologin?tval=Eo7TIhTJqQnfysn8mwu2nXOQ0yJvY36hprJ99GJH9NBZHTh1LU&page=profile
there are two parameter tval and page how can i get it. following are not working..
$var=$_GET['tval'];
$var=$this->input->get('tval');
$this->input->get('tval');this should work.