David,
I too had the same problem, once I put the session_start(); outside the HTML
tag it's now gone away, but, using this code which is in a tutorial,
I get these errors:
Start Code ++
http://www.w3.org/TR/html4/loose.dtd";>
Session test
I can't believe it was just that. Thanks a lot, man.
Cheers,
Voodoo
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The error just means you are printing something out before you call
session_start();
you just need to call session_start() *before* you print anything out to the
page, so it's best off called at the top/start of your php page.
-Original Message-
From: Voodoo [mailto:[EMAIL PROTECTED]
Sent