Re: [PHP-WIN] Session configuration

2003-11-13 Thread PETCOL
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

Re: [PHP-WIN] Session configuration

2003-11-10 Thread Voodoo
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

RE: [PHP-WIN] Session configuration

2003-11-10 Thread David Felton
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