Re: [PHP] indexing a folder

2003-08-17 Thread Mike Migurski
>> Thanks, but is this also possible for directories not on my server? Or >> can i just use these functions? > >Missed that bit, sorry. If the directory is not on your server, then you >need to go through FTP. or SSH, or HTTP, or one of the other innumerable ways to get information from one machin

Re: [PHP] indexing a folder

2003-08-17 Thread John W. Holmes
Cadish wrote: Thanks, but is this also possible for directories not on my server? Or can i just use these functions? Missed that bit, sorry. If the directory is not on your server, then you need to go through FTP. -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ PHP

Re: [PHP] indexing a folder

2003-08-17 Thread Cadish
Thanks, but is this also possible for directories not on my server? Or can i just use these functions? "John W. Holmes" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL PROTECTED] > Cadish wrote: > > > How can i index a folder that's not on my server? > > > > With indexing, i mean getting a list

Re: [PHP] indexing a folder

2003-08-17 Thread John W. Holmes
Cadish wrote: How can i index a folder that's not on my server? With indexing, i mean getting a list of all files in that folder... http://us2.php.net/manual/en/ref.dir.php -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ PHP|Architect: A magazine for PHP Professio

[PHP] indexing a folder

2003-08-17 Thread Cadish
Hi, How can i index a folder that's not on my server? With indexing, i mean getting a list of all files in that folder... Thx a lot Cadish -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php