i have a table ditlog that has fileds cookies (stors cookies) & refere (stors urls)
First, i need to find out which cookies requested given url, so i do
while ($row = mysql_fetch_array($result)) {
$cookie = $row[\'cookie\'];
$text .=\"<li>$cookie\";
}
Second, i need to find out also what kind of other urls these cookies requested, so i have to run something where referer=\'$cookie\' right? but that does not work. Can anyone please help me with this. please edit the code i am to newbie still to do it alone.
thank you.
arman Galstyan