Created
March 2, 2012 08:17
-
-
Save swallentin/1956731 to your computer and use it in GitHub Desktop.
Find out what version of PHP a website is currently running in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
echo 'Current PHP version: ' . phpversion(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment