> Salutare.

Salut,

> vaut si eu de ceva timp un counter ptr o pagina web ... are cineva vreo 
> idee unde as putea gasi??

<?
$fd = fopen ("/tmp/inputfile.txt", "rw");
if (!feof($fd)) {
        $buffer = fgets($fd, 10);
        print $buffer;
        $count = int($buffer) +1;
        fwrite ($fd,$count,10);
}
fclose ($fd);
?>

acuma nu pariez ca merge, da' ar foarte multe sanse :))

Diana

---
Send e-mail to '[EMAIL PROTECTED]' with 'unsubscribe rlug' to 
unsubscribe from this list.

Raspunde prin e-mail lui