i assume you have your web server set up to parse html files in php.
Most servers interpret html as normal files to send flat out to the
browser and php files are interpreted and then sent.
Just be careful about that, otherwise your session wont work and itll
actually display session_start(); to the user.