To elaborate on my comment, change this line…
if(isset($SESSION['s_id'])||isset($_SESSION['f_id'])){
to…
if (isset($_SESSION['s_id']) || isset($_SESSION['f_id'])) {
0
solved $_SESSION is not working. something wrong? [closed]
To elaborate on my comment, change this line…
if(isset($SESSION['s_id'])||isset($_SESSION['f_id'])){
to…
if (isset($_SESSION['s_id']) || isset($_SESSION['f_id'])) {
0
solved $_SESSION is not working. something wrong? [closed]