daimous
01-01-2005, 02:32 AM
can anybody pls help me...how can obtain and display to my page the IP address of my visitor or user..using PHP...by the way, some of my users are using dial-up while the other uses cables/Dsl...tnx! in advance!!!
|
Click to See Complete Forum and Search --> : Getting IP address... daimous 01-01-2005, 02:32 AM can anybody pls help me...how can obtain and display to my page the IP address of my visitor or user..using PHP...by the way, some of my users are using dial-up while the other uses cables/Dsl...tnx! in advance!!! v[E]r5e 01-01-2005, 03:20 AM <? print "Your IP address is ".$_SERVER['REMOTE_ADDR']."."; ?> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |