Version?
Posted: Wed Jul 09, 2003 8:02 am
Is there a way to tell what version of php you are running by a php command?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
phpinfo();
?>