Re: [PHP] readdir behavior I cannot understand

2004-09-20 Thread Jason Wong
On Monday 20 September 2004 11:44, Jason FB wrote: Hereis my script, I copied and pasted Example 1 from this page: http://us4.php.net/manual/en/function.readdir.php You will see that the only way that I changed I initialize two variables at the very top that set the directory of the

[PHP] readdir behavior I cannot understand

2004-09-19 Thread Jason FB
PHP General List, I am trying to read the contents of a directory on a server and perform imagemagick operations on each JPG found inside the directory. The area where I am stuck currently is not the image manipulation but the PHP function readdir(). Can anyone explain why I am having this