The easiest way to check your PHP version is to upload a file to your web server.
The contents of the file should be:
<?php
phpinfo();
?>
Then just access it from http://www.yourdomain.com/phpinfo.php and check the version number.
To run our software you need at least 5.2.0.