|
Posted by Sandman on 09/13/05 17:16
In article <1126620330.013385.212480@g43g2000cwa.googlegroups.com>,
"sunbum" <mbrashars@gmail.com> wrote:
> Thanks Sandman!
>
> It seems it doesn't quite like the print statements ......
>
> Parse error: parse error, unexpected T_STRING in line 5, also in 7, it
> doesn't like the "." in the array statement .... unexpected "."
>
> Using php 4.3, IIS5
>
> Thank you!
I'm terribly sorry, one line was missing. This:
$dir = opendir($dir);
Should go before the while loop.
--
Sandman[.net]
[Back to original message]
|