Thread
:
How would you find the version of php running on a server you do not own?
View Single Post
#
2
21st May 2012, 09:40
till
Super Moderator
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,872
Thanks: 689
Thanked 4,182 Times in 3,201 Posts
Create a php file with the following content:
Code:
<?php phpinfo(); ?>
upload it to your server and open it in the browser to get all php details incl. version number displayed.
__________________
Till Brehm
--
Get
ISPConfig support
and the
ISPConfig 3 manual
from ispconfig.org.
till
View Public Profile
Send a private message to till
Find all posts by till