Afficher l’etat courant de MysSQL

Author:


Download

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

   mysql_connect("localhost","root","");

   $etat = explode(' ', mysql_stat());
   foreach($etat as $valeur) echo $valeur."<br />";

?>
</body>
</html>

Leave a Reply

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


four + 5 =