Page 1 of 1

How to check PHP version number

Posted: Fri Nov 26, 2010 11:25 am
by master_techi
Info is provided on the link below

cheers :D

http://www.geeksww.com/tutorials/web_de ... number.php

Re: How to check PHP version number

Posted: Fri Nov 26, 2010 2:28 pm
by greyhoundcode
It's also possible to use the PHP_VERSION constant:

Code: Select all

echo PHP_VERSION;