Is php enabled by default ? I'm testing with this, <!DOCTYPE html> <html> <body> <h1>HTML Header 1</h1> <?php echo "PHP!"; ?> </body> </html> But all that is printed is "HTML Header 1" EDIT: Free Account btw.