PHP allows you to do this

Display The IP Address
So, if you want to display the IP Address to the user then the following page will suffice:

<?php
echo "Hello! Your IP Address is: " . $_SERVER['REMOTE_ADDR'];
?>



http://whn.vdhri.net/2005/11/find_a_visitors_ip_address_with_php.html

Michael Horowitz
Your Computer Consultant
http://yourcomputerconsultant.com
561-394-9079



Bob Schwartz wrote:
I have a client who wants a page personalized for him similar to this:

 http://www.vermiip.es/il-mio-ip/

so people can discover their IP.

I have Googled about trying to find code that does it, but all I find are site that do it.

Does anyone know (have) the code?

Bob Schwartz



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to