Make a simple script, test.php and load to the server:
PHP Code:
<?php
echo 'hello world';
?>
Does it run?