binumathew Posted March 15, 2009 Share Posted March 15, 2009 Friends How can i get IP address of the client's PC?? Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted March 15, 2009 Share Posted March 15, 2009 $_SERVER['REMOTE_ADDR'] By the way, stop posting in app design. This has nothing to do with application design. Also, please do search first. You could have easily looked that up for yourself. Quote Link to comment Share on other sites More sharing options...
nitestryker Posted March 31, 2009 Share Posted March 31, 2009 <?php $ip = $_SERVER['REMOTE_ADDR']; echo $ip; ?> Quote Link to comment Share on other sites More sharing options...
corbin Posted March 31, 2009 Share Posted March 31, 2009 Why would you bump this 15 days just to post the same thing Daniel0 said 2 weeks ago? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.