Code Snippets Php

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