i have a view recipes page which lists each recipes name and this is working fine. What i want is to be able to click on the name and the system to open a template page (which i have created) which has fields duch as recipe name, cookingtime etc etc.....) so basically
- click link
script retrieves all data about this recipe through its unique id
a href opens details.php and displays parameters in appropriate fields
hope this makes sense and someone can help
thanks
Steve