View Single Post
Old 03-17-2004, 07:18 PM  
AcidMax
Confirmed User
 
Join Date: May 2002
Location: MI
Posts: 1,827
PHP Code:
<?php
$hostname 
gethostbyaddr($_SERVER['REMOTE_ADDR']);
  
echo 
$hostname;
?>

$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);

echo $hostname;

(because the php quoting stuff looks really small.)
__________________
Latest MMA news. http://www.mmawrapup.com
AcidMax is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote