Cara Menemukan Nama Server MySQL di PHP
<?php
echo $_SERVER['SERVER_NAME'];
?>
Defeated Dotterel
<?php
echo $_SERVER['SERVER_NAME'];
?>