TipLib Computer Forums  
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
samiaOffline
Post subject: How to get visitor's IP address  PostPosted: Apr 21, 2008 - 04:22 PM



Joined: Apr 21, 2008
Posts: 1

Status: Offline
where can i see the ip`s after i add the cod to my site
 
 View user's profile Send private message  
Reply with quote Back to top
h8dk97Offline
Post subject: How to get visitor's IP address  PostPosted: Apr 22, 2008 - 01:52 PM



Joined: Jan 22, 2006
Posts: 4

Status: Offline
You can do something like this

Code:

<?php

$ip_address = getenv("REMOTE_ADDR");

echo "<p>" . $ip_address . "</p>";

?>
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic