View Single Post
07-29-2006, 02:59 AM
#4
dre is offline dre
Status: Junior Member
Join date: Jul 2006
Location:
Expertise:
Software:
 
Posts: 42
iTrader: 0 / 0%
 

dre is on a distinguished road

  Old

PHP Code:
<?
//db connection or config file
$ip $_SERVER['REMOTE_ADDR'];   
MYSQL_QUERY("INSERT INTO ip VALUES ($ip)");
?>
You will also need to set up a table called "ip"