I'm using PHP 5.1 and MySql.
I have a recipe database that users can search through, based on recipeName and recipeIngredients. When they search, the results are displayed as an array of the recipeNames.
I'd like to make each element in the array a link to a single page, display_recipe, that will display the rest of the recipe information (ingredients, preparation, etc).
I suspect I'll need to use the _GET or _POST method somehow, but I'm not sure if that's the best way to do it, or how to implement it if it is.
Any help (and specific code examples!) would be greatly appreciated.
2006-11-08
07:38:32
·
2 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design