Re: [PHP] need help arranging files!

2006-01-17 Thread tedd
Hmm, I just set-it-up on my server: http://www.ambiguism.com/php/readDirSort.php Seems to work for me. Code: -snip- Hth! Cheers, Micky Micky: Worked great for me -- no problems whatsoever! Thanks. tedd --

Re: [PHP] need help arranging files!

2006-01-17 Thread Richard Correia
You can locate a good directory reading script at http://www.weberdev.com/get_example-1456.html Thanks, Richard On 1/17/06, Nicholas Couloute [EMAIL PROTECTED] wrote: I need to know how to arrange files alphabetically in my directory when I display it on the browser! I have it display the

Re: [PHP] need help arranging files!

2006-01-17 Thread Michael Hulse
On Jan 17, 2006, at 7:09 AM, tedd wrote: Worked great for me -- no problems whatsoever! Sweet, thanks for checking... glad someone got it working. :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] need help arranging files!

2006-01-17 Thread Nicholas Couloute
Weberdev.com is a nice site! On Tue, 17 Jan 2006 11:34 am, Richard Correia wrote: You can locate a good directory reading script at http://www.weberdev.com/get_example-1456.html Thanks, Richard On 1/17/06, Nicholas Couloute [EMAIL PROTECTED] wrote: I need to know how to arrange files

[PHP] need help arranging files!

2006-01-16 Thread Nicholas Couloute
I need to know how to arrange files alphabetically in my directory when I display it on the browser! I have it display the filename foreach that exist is there a way to arrange by alphabet? ~Nick Couloute co-owner/web Designer SiDEkiCk2MuSiC.CoM -- PHP General Mailing List

Re: [PHP] need help arranging files!

2006-01-16 Thread Michael Hulse
On Jan 16, 2006, at 5:21 PM, Nicholas Couloute wrote: I need to know how to arrange files alphabetically in my directory when I display it on the browser! I have it display the filename foreach that exist is there a way to arrange by alphabet? I would read the contents of the directory into

Re: [PHP] need help arranging files!

2006-01-16 Thread Michael Hulse
On Jan 16, 2006, at 6:10 PM, Nicholas Couloute wrote: I tried the script but it keeps saying it is not an array! Hmm, I just set-it-up on my server: http://www.ambiguism.com/php/readDirSort.php Seems to work for me. Code: $file_path = $_SERVER['DOCUMENT_ROOT'].'/php/test/'; $the_dir =

Re: [PHP] need help arranging files!

2006-01-16 Thread Nicholas Couloute
can any one help me out? plz ~Nick Couloute co-owner/web Designer SiDEkiCk2MuSiC.CoM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] need help arranging files!

2006-01-16 Thread Nicholas Couloute
I figured it out! it runs on my pc but not on the web! $fileroot = amrs/$cat/; foreach ($author = scandir($fileroot); as $author){ echo $author; } ??? ~Nick Couloute co-owner/web Designer SiDEkiCk2MuSiC.CoM -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: