View Single Post
Old 03-09-2006, 07:40 AM   #6 (permalink)
ChefFrank
Code Monkey
 
ChefFrank's Avatar
 
Join Date: Mar 2006
Location: Woodbury, CT
Posts: 38
ChefFrank is on a distinguished road
Send a message via Yahoo to ChefFrank
DJMaze -

Thanks for that tip - So, now the index table looks like:

<a href="rindex.php?recipe=irishcoffee">Irish Coffee</a><br/>
<a href="rindex.php?recipe=lambmintsauce">Lamb with Mint Sauce</a><br/>
<a href="rindex.php?recipe=rhubarbcrunch">Rhubarb Crunch</a><br/>

And it works like a champ! I just have to do some formatting stuff and it will be good to go.

I see that I could also build a .php script that takes the same input .html file and format it differently through HTML if someone wanted to print just the recipe. Kewl!!!

Thanks a lot. Any recommendations on PHP tutorials?

Frank
ChefFrank is offline   Reply With Quote