Page 1 of 1

scandir()????

Posted: Sun Oct 02, 2005 10:08 am
by Blyant
I'm new to PHP and have already had some great help from this forum! I was pointed in the direstion of scandir(); , and it seems exactly what I want to use but the php.net site lists it usage from PHP 5. My web hosts have PHP 4.4 installed.

Can someone please tell me what area I should look for the usage of scandir(), but will work in PHP 4.4?

Posted: Sun Oct 02, 2005 10:51 am
by John Cartwright
on php.net site they have a little section "SEE ALSO" which gives a list of related functions. In scandir()'s case..

Posted: Sun Oct 02, 2005 10:59 am
by Blyant
I'll check it out, I didn't notice "See Also".

Thanks very much for your help.