I have a website that lists pdf files for downloading, with links to each file.
What I want to do now is design a search page that will look in the folder that contains these docs and search for docs that match a partial name.
I have created search pages for MySQL before - do I have to create a table with file names and links and then do a search of MySQL?
TIA,
jej1216