Hi everyone, got really strange issue with a template I have started to build.
I am continually getting the follwing error message
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
Even though the only code I have on my page is
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
it's driving me crazy... Any help would be appreciated, thanks