keep in mind that it doesn't matter where your PHP starts in a PHP file.. your index.html can be renamed to index.php and will run fine. I'm saying this because while you tried to explain it, I thought you were thinking a PHP file had to start with the PHP tags (<? and ?>), while it actually doesn't.