How to get the files names from the folder using PHP ..
am 23.10.2007 11:02:34 von AnuHi,
How to get the files names from the folder using PHP .. IS there any
specific command ..
If yes let me know
Thanks,
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
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
==================