my script sends error messages when i run/test it on explorer.
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/local/www/data-dist/scripts/student/student_process.php:8) in /usr/local/www/data-dist/scripts/student/student_process.php on line 44
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/local/www/data-dist/scripts/student/student_process.php:8) in /usr/local/www/data-dist/scripts/student/student_process.php on line 44
Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/data-dist/scripts/student/student_process.php:8) in /usr/local/www/data-dist/scripts/student/student_process.php on line 45
Line 44: session_start();
Line 45: header("Cache-control: private");
what could be the meaning of this?