How to get the files names from the folder using PHP ..
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 ..
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 [at] attglobal.net
==================