Hi Paul,
Quoting Paul Furman <[EMAIL PROTECTED]>:
> <?php
> $dirstr= "./"
probably because you are missing a ; at the end?
> include 'scandir.php';
> scandir('$dirstr');
you should also change this to
scandir($dirstr);
> ?>
>
> parse error, unexpected T_INCLUDE in [the above file]
>
> if I comment out the
> $dirstr= "./"
> above that error goes away and the scandir.php include runs (that's a
> php5 function that needs to be defined manually in PHP 4.3.4)
>
>
HTH
R'twick
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php