Developers Heaven Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Free Image Hosting:
http://image-host.developers-heaven.net
Share your images free!!!
Home
Help
Search
Calendar
Login
Register
Developers Heaven Forum
»
Web Programming
»
PHP & Perl
»
How to get the IP address of the visitor with PHP?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: How to get the IP address of the visitor with PHP? (Read 5207 times)
admin
Administrator
Sr. Member
Posts: 296
How to get the IP address of the visitor with PHP?
«
on:
November 30, 2007, 01:17:29 PM »
This will show the IP address of the visitor.
<?php
echo $_SERVER['REMOTE_ADDR'];
?>
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Developers Heaven Forum
»
Web Programming
»
PHP & Perl
»
How to get the IP address of the visitor with PHP?