duminică, 17 octombrie 2010

Get ip address

This is how to get an ip adress with php, included both, seerver and client.

<?php 
echo $_SERVER['REMOTE_ADDR']; //user ip
echo $_SERVER['SERVER_ADDR']; //server ip
?> 

Niciun comentariu:

Trimiteți un comentariu