Re: $_SESSION Problem state not changing
There's still some sort of header in the file. It's a 3 byte code: EF BB BF, but I don't know what causes it. There must be some option in Dreamweaver... (I don't have it, nor do I have any experience with it, sorry.)
What encoding are you saving the file as? Have you tried UTF-8 or ASCII?
Edit: just to confirm, the header is the same as the one in the files you uploaded earlier.
Edit again: the header does not appear in a number of other files, such as data/common.php or data/header.php, both in the old and new versions.
Last edited by marshian; 03-10-2010 at 08:21 AM.
Real programmers don't document their code - if it was hard to write, it should be hard to understand.