Originally posted by: MCrusty
create a file on your site with a .php extension with
<? echo "Testing for php support."; ?>
as the only content of the file and goto to the page in your browser. If you see "Testing for php support." and not the whole content then you have php support.
