August 28, 2009
Php: How to find out what version your server is running
Decided to toy around with the idea of using Php to send email messages but am having trouble. The “mail” fundtion is not recognized. So figured I needed to find out what version of Php is running on my server. You might find it useful too and it is really simple:
<?php phpinfo(); ?>
Advertisement