i developed website for employee
and every thing was correct ... but now when i open the pages many error come
and some pages don't appear as previous ..
the main problem as
Notice: Undefined index: user
Notice: Undefined index: admin
Notice: Undefined index: dmd
and i create session for each one
if($row['Position'] == "admin"){
session_start();
$_SESSION['admin'] = $row['username'];
header('Location:mainpage.php');
exit;

New Topic/Question
Reply




MultiQuote




|