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 alp
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
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 t
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
--
htt
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: http://www.p
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
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 = opendi
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 an
8 matches
Mail list logo