Developers Heaven Forum

Web Programming => PHP & Perl => Topic started by: admin on November 30, 2007, 01:17:29 PM

Title: How to get the IP address of the visitor with PHP?
Post by: admin on November 30, 2007, 01:17:29 PM
This will show the IP address of the visitor. 
     
<?php 
   echo $_SERVER['REMOTE_ADDR']; 
?>