Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\bpms2\admin\includes\navbar.php:1) in C:\xampp\htdocs\bpms2\admin\index.php on line 6
<?php
session_start();
include('includes/header.php')...
Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\bpms2\admin\includes\navbar.php:1) in C:\xampp\htdocs\bpms2\admin\update_profile.php on line 7
<?php
session_start();
include('includes/header.php')...
create a code that create update profile like full name, address, mobile number and email address
<?php
session_start();
include('includes/header.php');
include('includes/navbar.php');
if (!isset($_SESSION['email'])) {
header('Location...