nexika
May 15th, 2006, 11:33 PM
<?php
include("cn2.php");
$affiliate = $_GET['hop'];
$ip = getenv('REMOTE_ADDR');
$date = date("F j, Y, g:i a");
//set up the query
$result = mysql_query("Insert into visitors(ip,date,affiliate,name,email) values('$ip','$date','$affiliate','$name','$email' )");
?>
Is there any value that i can add so i know from what page (or URL) the visitors is??
Maybe browser... url... anyone can help?
Tks!!
include("cn2.php");
$affiliate = $_GET['hop'];
$ip = getenv('REMOTE_ADDR');
$date = date("F j, Y, g:i a");
//set up the query
$result = mysql_query("Insert into visitors(ip,date,affiliate,name,email) values('$ip','$date','$affiliate','$name','$email' )");
?>
Is there any value that i can add so i know from what page (or URL) the visitors is??
Maybe browser... url... anyone can help?
Tks!!