I have the following problem... I want to set a session variable when clicking on a normal link like:
home
In HTML:
Then in PHP:
if(isset($_GET['link'])){$_SESSION['link'] = $_GET['link'];}