Get Server address : Server Info « Development « PHP






Get Server address


<?
$address = getenv("REMOTE_ADDR");

echo $address
?>
           
       








Related examples in the same category

1.Remote host
2.Remote port