Ramil,

On Sep 30, 2004, at 1:17 AM, Ramil Sagum wrote:

On Thu, 30 Sep 2004 11:00:35 +0530, balwantsingh
<[EMAIL PROTECTED]> wrote:
i tried the $_SERVER['REMOTE_ADDR'] it is giving ip address of server which
is hosting the webpage not the user's ip address. pls. suggest how can IP
address of an user can be obtained.

what exactly did you do? the following script works:

===
<html><body>
Your IP Address is :
<?php echo $_SERVER["REMOTE_ADDR"]; ?>
</body></html>
===

----

ramil

Yes, that's what I did (with a tad bit of error-testing), and it seems to work fine for me.


~Philip

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to