Hello,
I googled about this problem and there are some suggestion to handle this.
i have tried but none solve my problem.
Errors are shown in line 3, 4 an 5 which code is like below:
ob_start();
//stop caching
header("Pragma: no-cache");
header("Cache: no-cache");
session_start();
can anyone help me with this
thank you
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\LessonPlan5\view.php:2) in C:\xampp\htdocs\LessonPlan5\constants.php on line 5
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\LessonPlan5\view.php:2) in C:\xampp\htdocs\LessonPlan5\constants.php on line 6
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\LessonPlan5\view.php:2) in C:\xampp\htdocs\LessonPlan5\constants.php on line 7