Version?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
LancelowDowell
Forum Newbie
Posts: 4
Joined: Wed Jul 09, 2003 8:02 am
Contact:

Version?

Post by LancelowDowell »

Is there a way to tell what version of php you are running by a php command?
User avatar
Johnm
Forum Contributor
Posts: 344
Joined: Mon May 13, 2002 12:05 pm
Location: Michigan, USA
Contact:

Post by Johnm »

Try creating a page with this in it and view it in a browser.

Code: Select all

<?php
    phpinfo();
?>
John M
Post Reply