peaseblossom
IS-IT--Management
Hi there:
I am writing a php/mySql site that locates stored pdf documents.
There is a lot of data so I have a query that generates an html table from the database, to narrow down the search.Thus the visitor is presented with a table of documents from which to select that required.
I have a field in the table that represents the pdf file (ie the cell reads "1234.pdf" for record 1234, etc.
What I am trying to do is set that field to be a link to the actual pdf file. Setting the href in the row upsets php; does anybody know how to insert a link in a php generated table?
Thanks!
I am writing a php/mySql site that locates stored pdf documents.
There is a lot of data so I have a query that generates an html table from the database, to narrow down the search.Thus the visitor is presented with a table of documents from which to select that required.
I have a field in the table that represents the pdf file (ie the cell reads "1234.pdf" for record 1234, etc.
What I am trying to do is set that field to be a link to the actual pdf file. Setting the href in the row upsets php; does anybody know how to insert a link in a php generated table?
Thanks!