To test if PHP is enabled, i typically just make a file called phpinfo.php and put this code inside it:
<?php phpinfo(); ?>
If you browse to that page on your server, you will get all sorts of information if PHP is installed. If its not, you will likely just see that code written out.
You will have to contact your hosting company directly and have them enable PHP for you.