Author Topic: Check your PHP version  (Read 4278 times)

fredric

  • Administrator
  • Jr. Member
  • *****
  • Posts: 75
    • View Profile
Check your PHP version
« on: April 26, 2009, 07:34:28 »
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.