That would work great, if I had a unique file for each item, but I don't.
What I have is a dB with recipes. There might be 50 different types of cakes. If someone doesn't know what the title or name of a particular recipe is, I want them to be able to pull up a table showing ALL the cakes, then click on one name, which will pull up the complete recipe for that item.
I can create a table that will search for cakes, plus display the title or name of each recipe, but how do I make that table interactive?
What I am trying to do, is get php to create a new page, showing all the ingredients for just the one recipe they click on. Now, how do I make the search results into hyperlinks without creating a unique variable for each title?
Thanks