I am getting the following error when I run above code-PHP Code:<?php
session_start();
unset($_SESSION['uname']);
unset($_SESSION['utype']);
header('location:signin.html');
?>
"Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ')' in D:\xampp\htdocs\...\signout.php on line 3"
Pls Help



Reply With Quote



Bookmarks