Posted by Jerry Stuckle on 10/23/07 11:05
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
==================
[Back to original message]
|