Determining the version PHP, MySQL, Apache on the server

Just create a file on your account called: info.phtml with just the following line in it (after adding a < before the first ? and a > after the last ?):

? phpinfo(); ?

Then run it in your browser. ie www.yourdomain.com/info.phtml

Add Feedback