Page 1 of 1

Version?

Posted: Wed Jul 09, 2003 8:02 am
by LancelowDowell
Is there a way to tell what version of php you are running by a php command?

Posted: Wed Jul 09, 2003 8:15 am
by Johnm
Try creating a page with this in it and view it in a browser.

Code: Select all

<?php
    phpinfo();
?>
John M