if you want to test your server to see if PHP is working.. try making a file called phpinfo.php
all it should have in it is:
<?php phpinfo() ?>
If you see a large display or data and configurations, etc... when you load the page in your browser, PHP is working.