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