You are Here:
FAQ
Scripting and Programming Languages
PHP
Article #5
How can I find out which version of PHP I am using? Linux Packages Only!
This includes:
One way to find out what version of PHP is currently being used by one of your sites is to create a PHP page with the phpversion(); function. Save this file as phpVersion.php to the same folder where all of your site files are located. Then access this page in a browser such as http://domain.com/phpVersion.php and view the output. <?php echo "The current PHP version being used is: " . phpversion ( ); ?>
|
© 2012 1&1 Internet Inc - About 1&1 Internet