Comment trouver le nom du serveur mysql en php
<?php
echo $_SERVER['SERVER_NAME'];
?>
Defeated Dotterel
<?php
echo $_SERVER['SERVER_NAME'];
?>