How to tell what version of PHP you are using?
Posted: Fri Dec 22, 2006 12:03 am
How do I tell what version of PHP I am using?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
phpinfo();
?>