Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Auto Create Link to files HTML
Name: Cow-tipper Date: September 5, 2008 at 09:49:48 Pacific OS: Windows XP CPU/Ram: N/A Product: Dell
Comment:
I am wanting to create a extremly simple web page for some employees. The webpage wont be hosted anywhere on a server, just a link to the exact HTML file will be created on every kiosk. I want the webpage to display a folder hiarchy (PDF files arranged by date, each Month has its own folder and then each day of the month has its own PDF) I need this html is update and add a link to the file whenever there is a new file added to the folders. I am trying to use NVU instead of frontpage becasue it is free. Any help is greatly appreciated.
Name: RTAdams89 Date: September 5, 2008 at 10:20:06 Pacific
Reply:
That won't happen with just plain HTML. You will need to use a language such as PHP. And, to do that, you will need to host the web page file on a server that has PHP installed and configured.
Name: Cow-tipper Date: September 5, 2008 at 10:33:40 Pacific
Reply:
Ok, so if I installed PHP on a server, how would I go about doing that?
0
Response Number 3
Name: RTAdams89 Date: September 5, 2008 at 11:08:32 Pacific
Reply:
If you are going to have the PDF files stored on the same computer that the HTML file will be opened on, you might check out the links provided here for a starting point: http://forums.devx.com/showthread.p...
Name: Cow-tipper Date: September 5, 2008 at 11:48:20 Pacific
Reply:
Is there a way to use PHP, I kind of want to stay away from javascript becasue im not to familiar with it
Edit:
The PDF files will be on a shared network drive. The kiosk is locked down so they can only view web pages and such, they have no direct access to the shared drive
Summary: I have WAMP set up on my personal PC. What I am trying to do is on the Apache server have a website that is built with PHP and a MySQL database to have an interactive website that has a bunch of link...
Summary: Good afternoon everyone. My knowledge of web development languages is pretty much restricted to HTML with a little bit of insight into a couple of others. I know how to create a hyperlink to a documen...
Summary: I would like to scan a folder, then create a webpage that has a link to all the files in that directory, then with a text box type in a number and with a search button open the PDF files as a help des...