I have website visitors requesting my PHP file including variables in the URL:
http://www.mywebsite.com/file.php?somevariable=blabla&othervariable=and so on
Is there a way to "track" or record the dynamic URL, maybe with IP adress so the output would look like this:
IP: 12.345.33.234
URL:http://www.mywebsite.com/file.php?somevariable=blabla
IP: 12.345.678.234
URL:http://www.mywebsite.com/file.php?somevariable=blabla
URL:http://www.mywebsite.com/file.php?somevariable=blabla
and so on
I tried Google analytics but I can't make heads or tail out of it. I Googled a lot but Im not sure what Im looking for...which makes searching difficult.