Re: [PHP] How to get folders names in a dir

2003-01-01 Thread Alexander Guevara
THX "John Nichel" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > http://www.php.net/manual/en/ref.dir.php > http://www.php.net/manual/en/function.is-dir.php > > > Alexander Guevara wrote: > > i need to get in a select box all the dirs inside a folder.. how can i

Re: [PHP] How to get folders names in a dir

2003-01-01 Thread Justin French
on 02/01/03 9:36 AM, Alexander Guevara ([EMAIL PROTECTED]) wrote: > i need to get in a select box all the dirs inside a folder.. how can i do > that? Give this a whirl. Please note, this code is very much slapped together... it works, and i've tested it, but there's nearly ZERO error checking.

Re: [PHP] How to get folders names in a dir

2003-01-01 Thread John Nichel
http://www.php.net/manual/en/ref.dir.php http://www.php.net/manual/en/function.is-dir.php Alexander Guevara wrote: i need to get in a select box all the dirs inside a folder.. how can i do that? -- By-Tor.com It's all about the Rush http://www.by-tor.com -- PHP General Mailing List (htt

[PHP] How to get folders names in a dir

2003-01-01 Thread Alexander Guevara
i need to get in a select box all the dirs inside a folder.. how can i do that? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php