To answer your question regarding php version checking... you could create a file called phpinfo.php
In that file, put only the following contents:
<?php phpinfo(); ?>
Save that file on your web server with your other web pages.
Try viewing the page in your browser and it should show you a bunch of PHP config info.
BTW, did you solve the first problem by re-uploading the missing page?