need php counter
Moderator: General Moderators
-
Dominator69
- Forum Newbie
- Posts: 6
- Joined: Tue Jul 22, 2003 10:02 pm
need php counter
im looking for script like counter i want to have like top 10 songs i want to show it on the main page top 10 clicks on the songs so i need to know what kind of the script i have to look for thanx
LIMIT 0, 10
Every page add that you want counted
add a to it
(asuming your script is in counter.php)
Every page add that you want counted
add a
Code: Select all
<?php
require ("counter.php");
?>(asuming your script is in counter.php)