Page is a not externally linkable
swa66 - 10:38 pm on Jan 31, 2013 (gmt 0)
From what I see: your php interpreter is working just fine. But it does not like your php code itself.
Try to make a file named "whatever.html"
and input this as code in that file:
<?php
phpinfo();
?>
If your php works, it'll output a whole bunch of settings it is using. Just the fact that it does proves your php works in html files.
Next you'll have to figure out what your php script tries to do and what goes south.
Try to take ist step by step.