Find out the PHP version

Find out the PHP version

This tutorial shows how to find out the installed PHP version on a server. more >>

Contents

Create a file

Create a PHP file. I called it "php_version.php".

Put the following code into the file:

<?php phpinfo(); ?>


Upload the file on your server. It must be
accessible via http.

Open in browser

Open the file in a browser. You will see an info
page with your PHP version.