FAQ
•
Search
•
Register
•
Log in to check your private messages
Log in
Knowledge Base
tip discussion:
How to get visitor's IP address
To display the site visitor's IP address in php script do the following: ...
View this tip
How to get visitor's IP address
Computing and IT Support Forums
»
Programming
»
PHP
Author
Message
samia
Post subject:
How to get visitor's IP address
Posted:
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
h8dk97
Post subject:
How to get visitor's IP address
Posted:
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>";
?>
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Jump to:
Select a forum
Forum index
|--[Databases]
| |-- Oracle
| |-- SQL Server
| |-- MySQL
| |-- PostgreSQL
|--[Programming]
| |-- PHP
| |-- JavaScript
|--[Operating Systems]
| |-- Unix
| |-- Windows
|--[Internet and World Wide Web]
| |-- Apache Web Server
All times are GMT
Computing and IT Support Forums
»
Programming
»
PHP