killfactory Posted December 25, 2007 Share Posted December 25, 2007 Hi, I have a php script that allows me to list a few fields from a mysql db. A summary or dashboard kinda view. I would like to be able to click one of the results and bring up the full record. How do I make the results of the first query clickable, so that the full record is the resulting href? Quote Link to comment https://forums.phpfreaks.com/topic/83120-drilling-down-to-results/ Share on other sites More sharing options...
PHP_PhREEEk Posted December 25, 2007 Share Posted December 25, 2007 You have to load the values into an HTML Form, then do some URL magic... I recently did such a project for another user of these forums. You can find the script right here: http://www.phpfreaks.com/forums/index.php/topic,166794.msg735733.html#msg735733 Everything you want to do is exampled in that script, so pick it apart and take what you want. Any questions, just ask. PhREEEk Quote Link to comment https://forums.phpfreaks.com/topic/83120-drilling-down-to-results/#findComment-422796 Share on other sites More sharing options...
killfactory Posted December 25, 2007 Author Share Posted December 25, 2007 thanks phreek. kill out.. Quote Link to comment https://forums.phpfreaks.com/topic/83120-drilling-down-to-results/#findComment-422958 Share on other sites More sharing options...
killfactory Posted December 25, 2007 Author Share Posted December 25, 2007 Dood. That is exaclty what I am looking for. Quote Link to comment https://forums.phpfreaks.com/topic/83120-drilling-down-to-results/#findComment-422978 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.