How can I know which versions of PHP/MySQL are running on my server ?
Upload a page with the following PHP code on your server:
<?php
phpinfo();
?>
Point a browser to the page:
- The PHP version is written at the very top of the page.
- For the MySQL version, search for the string "Client API version".
Download OutSite-In 30-day free trial!
