Hi,
I have developed a very simple database
Database name:
ApprovedProducts
Table Name:
approved
that has a few fields:
ProdID (number)
Description (Text)
Group (Text)
MSDS (link)
TDS (link)
I am trying to develope a webpage for my small run business to ensure i am always up to date with datasheets, I would like to lay the page out similar to on the next link:
http://www.crcind.com/csp/web/DSOverview.csp?lng=3&country=ALL&idx=1020986
My plan is to hold the database in a read only folder on my network and have the php form on my intranet page.
The idea is that if someone want to browse for a product they can look down the list and click on the msds/tds link to open the pdf file attached.
I have zero idea how to start this off could someone please help me.