Ok, am I having a particularly blonde day, or what? I'm trying to install the dynamic search engine discussed in this article:
http://www.phpbuilder.com/columns/dhar20040217.php3
The upload function is working fine. The search function is working fine. However, when you click on a link to something you have retrieved via the search function, you get only an error page.
Looking at the code for the link, it is looking for
showref.php?refid=
However, I have only two files, upload.php and search.php. I've looked through the article several times, and I'm not seeing any code for showref.php Did I manage to miss a page? Is that page supposed to be automatically generated somehow? Help!