Hendrik Visage wrote:
> On 9/8/06, Alf Stockton <[EMAIL PROTECTED]> wrote:
>> In this little script:-
>>
>> <?php
>> session_start();
>> //read folder
>> $folder=opendir(".");
>> while ($file = readdir($folder))
>> $names[count($names)] = $file;  // <----- Line 8
>
> Obviously $names won't be defined in the initial state the first time
> this line
> is hit, thus count($names) would/should be undefined...
>
Interesting that this works on versions of Windows PHP previous to 5.1.6

-- 
Regards,
Alf Stockton            www.stockton.co.za
 
Big book, big bore.
                -- Callimachus
My email disclaimer is available at www.stockton.co.za/disclaimer.html

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to