molkman said:
<?php
include "bambizzle.htm"
?>
Is it possible to hack it? Because our site is always hacked, that's why we don't have much PHP in it. :/
There's nothing hackable about that code. It isn't even processing any user input so there's no room for exploits.
Alternatively, if it was:
include $_GET['something']; it would be very hackable.