hi, a mate is looking me to create a simple page in PHP which navigates through a directory and creates links to all the pdf files in that directory. This is simple but what I want to know is there any way of adding a file description as the hyperlink instead of using the filename? I don't want to be using a database for this. I was thinking along the lines of EXIF data on images. Are there are attributes of a PDF file that I can access with PHP and set as a clickable link to the file? Probably a long shot but worth a try!