Techie stuff
Monday, July 11, 2005
How do I get a user's IP address ?
The users ip address is stored in the environment variable $REMOTE_ADDR, if you want to resolve the domain name for that ip (if any) use:
$domain = GetHostByName($REMOTE_ADDR);
posted by vjhaver at
8:41 AM
0 Comments:
Post a Comment
<< Home
About Me
Name:
vjhaver
View my complete profile
Amazon.in Widgets
Previous Posts
Command to Check whether server is down or not
Database : Cartesian product
Ways to optimize Database queries
How to get character é displayed on ur webpage
Modify ur code to put footer always in the bottom ...
Is your webpage cluttered with too many tables ?
Are you duplicating code in every page of ur website?
Amazon.com Widgets
0 Comments:
Post a Comment
<< Home