Hey guys, I have a really weird situation, I have read all of the other posts and it seems to be that they only help with local php hosting on your computer, but on my Hosting Provider, these warnings come up :
Code:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/dbzpride/public_html/main.php:5) in /home/dbzpride/public_html/include/session.php on line 39
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/dbzpride/public_html/main.php:5) in /home/dbzpride/public_html/include/session.php on line 39
On the line that it is reffering to on "session.php" (39) this is what is wrote :
Code:
37 function startSession(){
38 global $database;
39 session_start();
any help would be greatly appreciated!
Cameron