Jump to content

Script does not work... HELP!


3dhomejoe

Recommended Posts

run this on your Server to see a list of the $_SERVER array item your server supports.

<?php$ip1 = $_SERVER['SERVER_ADDR'];$ip2 = $_SERVER['REMOTE_ADDR'];echo 'Server IP is ' . $ip1 . '<br />';echo 'Your IP is' . $ip2;echo '<pre><br />';print_r($_SERVER);echo '</pre><br />';?>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...