How to get the files names from the folder using PHP ..

How to get the files names from the folder using PHP ..

am 23.10.2007 11:02:34 von Anu

Hi,

How to get the files names from the folder using PHP .. IS there any
specific command ..
If yes let me know


Thanks,
Anu

Re: How to get the files names from the folder using PHP ..

am 23.10.2007 13:05:58 von Jerry Stuckle

anu wrote:
>
> Hi,
>
> How to get the files names from the folder using PHP .. IS there any
> specific command ..
> If yes let me know
>
>
> Thanks,
> Anu
>
>

http://www.php.net/manual/en/ref.dir.php

Note specifically scandir() and opendir(), readdir(), closedir().

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================