| PHP, MySQL General PHP questions. Or go to our PHPsuexec Forum >> |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread |
|
|
#1 (permalink) |
|
Registered User
Comfy Contributor
Joined in Jan 2005
107 posts
Gave thanks: 2
Thanked 0 times
|
PHP version
I need to find out what version of various apps (PHP in particular) the server (PASS22) is running.
I know there is an URL that will give me that info..but can't remember it..any help appreciated. W
__________________
If everything was idiot proof, they would build a better idiot www.itcommunications.com.au |
|
|
|
|
|
#2 (permalink) |
|
Skittles
Super #1
Joined in Aug 2004
Lives in a space ship
Hosted on dedi
6,725 posts
Gave thanks: 98
Thanked 190 times
|
If you create a file with a php extension, and put in there
<?php phpinfo(); ?> That will tell you all that you need to know. Some of the information is also in your cPanel on the left.
__________________
Mountain Dew Knight
People should not be afraid of their governments. Governments should be afraid of their people. |
|
|
|