Search
Syndication
Sponsors

What version of PHP

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)


I was asked how to get the version of PHP , this was due to the minimum requirements of a script stating PHP 5 and  a user wanted to know how he could check what his host supplied.

This is the simplest version, save as version.php, upload and  then open it in your web browser.

<?php
echo phpversion();
?>

On my XAMPP installation it displayed 5.2.6

Related posts:

  1. FTP file upload example upload a single file to a FTP server // FTP...
  2. Get The Current Working Directory This example will get the current working directory <?php $current...
  3. Manual Installation Tutorial for PHP 5 on IIS 5.1 (Windows XP Pro) Before we begin any installation steps, the first thing we...

Related posts brought to you by Yet Another Related Posts Plugin.



Tags: ,

Leave a Reply