Explode by php_self Get link Facebook X Pinterest Email Other Apps $url1 = explode('?',$_SERVER['PHP_SELF']); echo $current_pagee = $url1[1]; if($url1[1]!=''){ unset($_SESSION['category']); } Get link Facebook X Pinterest Email Other Apps