okay i wanna know how many download my client
so anyone have the scrip for this
CLIENT Downloads : 125
then when someone click CLIENT again he come to my client download
and the numbers show 126 etc
php or html whatever i just want it too work D:
okay i wanna know how many download my client
so anyone have the scrip for this
CLIENT Downloads : 125
then when someone click CLIENT again he come to my client download
and the numbers show 126 etc
php or html whatever i just want it too work D:
Wrong section.
upload to megavide or filefront.... they have auto download counter :P upload to a signed up account... thats all
basic MySQL
UPDATE downloads SET hits = hits+1 WHERE download_id = $id
echo it eventuallyPHP Code:<?php
$db = ("db.txt");
$hits = file($db);
$hits[0] ++;
$fp = fopen($db , "w");
fputs($fp , "$hits[0]");
fclose($fp);
?>
foxicek come mirc ffs!
why why why