|
Posted by Rik Wasmus on 10/26/07 09:55
On Fri, 26 Oct 2007 10:47:45 +0200, Xav <xavior@inbox.com> wrote:
> I did the <pre>...</pre> thing...
> it shows;
>
> [0] =3D> file1.php
> [1] =3D> file2.php
> etc...
>
> as expected!
>
> I think I found a Bug!
Not very likely.
Do this:
$c =3D count($content);
for( $x=3D0; $x<$c; $x++ ){
echo "|{$fileDir}{$content[$x]}|\n";
}
The pipes are there to discover whitespace, a normal space would account=
=
for the difference. Normally I'd be against using <pre>, just look at th=
e =
source. And please enable error_reporting & display_errors while =
developing, and tell us why PHP sais the include fails.
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|