Session start problems

OK…

I dont know what they have done to the php system, but this is driving me crazy, im trying to start a session… My first three lines of my code, are

<?php session_start(); if($new_lang <> "") But all im getting is Warning: session_start(): Cannot send session cookie - headers already sent. This never used to happen, from starting a session.. What is wrong here.. Note the above is the very first 3 lines ever read when the site is opened.. No spaces, no carrage returns, nothing.. help

This is odd. This is for the file itself and not reading in as an include or require?

Check your error logs, it should show where the output is

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/box/public_html/im/launch.php:29) in /home/box/public_html/im/launch.php on line 40
Sponsor our Newsletter | Privacy Policy | Terms of Service