<?php
$server_ip = $_SERVER['SERVER_ADDR'];
echo "Server IP Address: " . $server_ip;
?>