Which version of PHP do I have?

Its easy...

1) Create an empty file in a text editor and name it info.php

2) Place the following in the file:

 

<?php

phpinfo();

?>

 

3) Upload the file to your webserver and type in the address in a web browser.

This should give you the stats for your server including the PHP version.