Showing Cannot modify header information in php::
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\...)
Filename: libraries/Session.php
Line Number: 675
Solution:
Add at the start of the page or function:
ob_start();
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\...)
Filename: libraries/Session.php
Line Number: 675
Solution:
Add at the start of the page or function:
ob_start();
No comments:
Post a Comment