This is a discussion on "Help displaying multiple word documents" within the Web Page Design section. This forum, and the thread "Help displaying multiple word documents are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Help displaying multiple word documents
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Help displaying multiple word documents
Hi I want to display the file names of a folder full of word docs on a web page, without having to manually put each file name in.
I. Is it possible to automatically display the file names within the folder and link to them? 2. Does anyone know how to do this and can you help me. Thanks in advance for any help. |
|
|
|
#2
|
|||
|
|||
|
Re: Help displaying multiple word documents
With PHP you can open a folder and lists it's content. I can check tonight if I still use it somewhere on one of the sites I take care of and post it. I'm sure someone might chyme in and post one before I do but ... at least you'll have a few options
|
|
#3
|
|||
|
|||
|
Re: Help displaying multiple word documents
Quote:
Regards Alex |
|
#4
|
||||
|
||||
|
Re: Help displaying multiple word documents
|
|
#5
|
|||
|
|||
|
Re: Help displaying multiple word documents
Ah sorry ... I completely forgot about this. I'll try to check this week.
|
|
#6
|
|||
|
|||
|
Re: Help displaying multiple word documents
Quote:
Regards Alex Here we go for a 100% working code... <?
and: the "folders" will NOT contain "." and ".." so you can use all this to make a beautiful FTP interface... later on you could for example put permissions and etc etc in other arrays to use them in your result... cute.... Last edited by karinne; Apr 10th, 2007 at 15:49. Reason: Please use [php]...[/php] tags when displaying PHP code! |
|
#7
|
|||
|
|||
|
Re: Help displaying multiple word documents
Just an observation, but if you wouldn't know where to start with the code for opening folders and displaying their contents maybe you should seek other alternatives, hire someone who does, or start reading up server side languages that are capable of doing this. A few places to start.
Quote:
http://www.php.net/manual/en/function.fopen.php Good Luck, Scott
__________________
Web Design and Development |
![]() |
| Tags |
| displaying, docs, folder, from, word |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Idiot question about documents | kingwilliam | Starting Out | 2 | May 23rd, 2008 16:10 |
| Displaying multiple columns in a combo box | 1840dsgn | Web Page Design | 1 | Jan 7th, 2008 04:56 |
| Reference Documents for web tools | rivadex | Starting Out | 5 | Aug 17th, 2007 14:51 |
| Form to upload documents | Sporky | Web Page Design | 2 | Apr 19th, 2007 10:08 |
| Uploading documents using asp and access | therese | Classic ASP | 5 | May 25th, 2004 05:02 |