Version?
Moderator: General Moderators
-
LancelowDowell
- Forum Newbie
- Posts: 4
- Joined: Wed Jul 09, 2003 8:02 am
- Contact:
Version?
Is there a way to tell what version of php you are running by a php command?
- Johnm
- Forum Contributor
- Posts: 344
- Joined: Mon May 13, 2002 12:05 pm
- Location: Michigan, USA
- Contact:
Try creating a page with this in it and view it in a browser.
John M
Code: Select all
<?php
phpinfo();
?>