I want to add two vars
$_SESSION['back_url'] and $_SESSION['current_url'];
$_SESSION['back_url'] is for storing the history back page
$_SESSION['current_url'] is for $_SERVER['REQUEST_URL']
I want to add two vars
$_SESSION['back_url'] and $_SESSION['current_url'];
$_SESSION['back_url'] is for storing the history back page
$_SESSION['current_url'] is for $_SERVER['REQUEST_URL']
Bookmarks