Hey,
Well best way to do some quick checking is to make a php file like so:
<?php
echo "hello if this works i have PHP";
?>
and saving it as index.php, uploading it and then trying to view your page, if the message does not show, you dont have php nor would you have mysql I doubt
Peter