Hello,
I am having this error message:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\xampp\htdocs\rustoleum\index.php:8) in C:\xampp\xampp\htdocs\rustoleum\index.php on line 63
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\xampp\htdocs\rustoleum\index.php:8) in C:\xampp\xampp\htdocs\rustoleum\index.php on line 63
index.php
<?php
// Put this code in first line of web page.
session_start();
session_destroy();
?>
line 63: session_start();
This is strange, this code is for: Rustoleum
After I download it offline to run it in my localhost, that error start appearing.
any idea why?
Thanks before.