Addressed to: "Karl J. Stubsjoen" <[EMAIL PROTECTED]>
[EMAIL PROTECTED]
** Reply to note from "Karl J. Stubsjoen" <[EMAIL PROTECTED]> Mon, 26 Feb 2001
15:28:27 -0700
>
> Hello,
>
> I need a little help getting started with my project (i'm new to PHP). I
> need to enumerate all of the files in a folder, their name mostly. How
> would I do that?
Take a look here:
http://www.php.net/manual/en/html/ref.dir.html
opendir, readdir, and closedir will get you moving in the right
direction.
Opendir includes a complete example.
Rick Widmer
Internet Marketing Specialists
http://www.developersdesk.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]