How to best store links to documents?
-
I am looking for suggestions and/or best practices.
A small town wants me to build a database of all of their city ordinances so residents can search and download any ordinance in which they’re interested and also city forms and applications. Great idea!
When I build the database, how should I store the link text so when the search results are displayed, a citizen can just click on the item and the PDF will display or download? It strikes me that including the HTML code with the link could work:
<a href="path/to/pdf/ordinance322.pdf">Ordinance 322</a>
Any suggestion is welcome!
- The topic ‘How to best store links to documents?’ is closed to new replies.