Hi, I was wondering if there is any script that allows you to display the top 10 sites visiting your site? Thanks for any answer.
1)insert referer php -> $ref = $_SERVER['HTTP_REFERER']; mysql -> INSERT INTO referers (referer) VALUES ("$ref") 2)show top 10 mysql -> SELECT COUNT(referer) as rfs FROM referers ORDER by rfs DESC LIMIT 10
As neegeris said You need to create a databese with those tables .. you will need some php knowledge for doing what he said as he just said the steps and didnt put the complete codes
Hi Bohra Well I have the reference to the script but I am not sure about the database. is there any guide on the net about database? Anyway thanks to everyone on this thread. Rep + p/s-You must spread some Reputation around before giving it to Bohra again
i would be interested in something like this for me site? ok i have the database and mysql and the way to make the tables, if ya could give me some pointers