Hello everyone...
I am trying to get a variable (path of the page) sent to a login form, which will use the get value received for session redirect...
$_GET["pageroute"]; $setpath=htmlentities($_GET["pageroute"]);
if($session->login($input->post->user, $input->post->pass)) {
$session->redirect('$setpath');
any suggestion please...
Tj