I have a header page which includes navbar and necessary css's, js's.
I'm trying call the header page from contact page but there was something going wrong.
I take this error on the contact page.
- Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\test\includes\header.php:84) in C:\xampp\htdocs\test\contact.php on line 3
following the contact page codes.
include_once ("includes/header.php");
session_start();
require_once'includes/phpmailer/security.php';
?>
message sent
message failed
No comments:
Post a Comment