|
Posted by Rik on 08/15/07 13:10
On Wed, 15 Aug 2007 15:05:39 +0200, Krustov <me@privacy.net> wrote:
> <comp.lang.php>
> <Rik>
> <Wed, 15 Aug 2007 12:47:04 +0200>
> <op.tw3j8qchqnv3q9@metallium>
>
>> I've reloaded your frontpage a couple of dozens of times, can't seem =
to
>> reproduce the error.
>>
>
> Most of the time it only happens the first time the page is looked at =
..
Hmmm, according to the output you provided from a var_dump, it seems the=
=
variable is wrong in that case. Is your variable really created like:
<?php
$broo[1]=3D"Internet Explorer";
$broo[2]=3D"Firefox";
$broo[3]=3D"Opera";
$broo[4]=3D"Safari";
$broo[5]=3D"Macintosh";
$broo[6]=3D"Unknown";
?>
Or is it created in another way (and if so, how)?
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|