Afficher les informations sur le client ‘MySQL’

Author:


{filelink=12757}

<html>
<head>
<title>Base de données</title>
</head>
<body>

<?php
   mysql_connect("localhost","root","");

   echo mysql_get_client_info();
?>
</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *