mysql version

displays the mysql version in use

<?php
//displays MySQL version
printf ("MySQL client info: %s\n", mysql_get_client_info());
?>