|
Posted by Schraalhans Keukenmeester on 06/07/07 14:47
At Wed, 06 Jun 2007 01:45:06 +0100, Krustov let h(is|er) monkeys type:
> <comp.lang.php>
> <>
> <Mon, 04 Jun 2007 15:00:44 -0700>
> <1180994444.859624.28970@p47g2000hsd.googlegroups.com>
>
>> Spent a hour googling for a free PHP counter but all I can find are
>> ones you pay for
>>
>> Any ideas ?
>>
>
> $filename="counter/home.php";
> $filename="counter/contact.php";
> $filename="counter/faq.php";
> etc etc
>
>
>
> <?php
>
> $skunk=$_SERVER['REMOTE_ADDR']; $rambo=str_replace(".","_",$skunk);
>
> $filename="counter/poop.php";
>
> $fp=fopen($filename,"r");
> $qaz=fgets($fp); $temp=trim($qaz);
> $qaz=fgets($fp); $hippy=trim($qaz);
> fclose($fp);
The concept of choosing meaningful variable names has passed you by
completely, Krustov?
--
Schraalhans Keukenmeester - schraalhans@the.Spamtrapexample.nl
[Remove the lowercase part of Spamtrap to send me a message]
"strcmp('apples','oranges') < 0"
[Back to original message]
|