Hi,
it is very simple:
1. column Upload Filename (in the database should be the type e.g. varchar(100)
2. use phpMyAdmin to insert the tag in the first row of the column Upload Filename:
| Code: |
<a href="http://www.toolsjx.com/documents/file001.zip">File1</a>
|
If you have 10 files, insert the tag 10 times.
If you have hundreds of files, create view and concatenate the file name, e.g. file001.zip File1, file002.zip File2...
(or send me mail, I will create the sql view for you)
You can also concatenate or just get the filename from other table or view.
Best regards,
Viljem
PS: my suggestion is, that you have two columns: FileName (File1) and FullFileName(/documents/file001.zip)