Page 1 of 1

Not Working....

Posted: Sun Jun 11, 2006 7:54 am
by BigBlueGuy
The Code For Some Reson Dosent Work Why?

Code: Select all

<?php echo $_SERVER["REMOTE_ADDR"]; ?>
Thats the code i put in.

Posted: Sun Jul 02, 2006 3:07 am
by norulez
Doesn't work for me too.

Posted: Thu Oct 05, 2006 8:58 am
by Chris
Must be the wrong code, try http://www.techtuts.com or something like tht

HOW TO DETECT IP, ISP, BROWSER AND OPERATING SYSTEM

Posted: Sun Oct 08, 2006 8:12 am
by moinuddin102
i search google & find this on this link.

Code: Select all

<?php
print "IP: ". $_SERVER['REMOTE_ADDR']."
"; ### IP ADDRESS ##
print "Browser:" . _SERVER["HTTP_USER_AGENT"]."
"; ## Browser
print "OS: ". _ENV["OS"]; ### OS
?>

or

Code: Select all

<?php

print "<pre>";
print_r($_SERVER);
print_r($_ENV);
print "</pre>";

?>

this

Posted: Fri Oct 27, 2006 4:08 pm
by rwshthn
his code bad you must use another