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
Anu [ Di, 23 Oktober 2007 11:02 ] [ ID #1852438 ]

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
==================
Jerry Stuckle [ Di, 23 Oktober 2007 13:05 ] [ ID #1852440 ]
PHP » alt.php » How to get the files names from the folder using PHP ..

Vorheriges Thema: How to get the files names from the folder using PHP ..
Nächstes Thema: Coding Dilema