graham23s Posted July 8, 2007 Share Posted July 8, 2007 Hi Guys, not sure how to go about this say i have results to show result 1 result 2 result 3 but i want the user to be able to click a link say: [show results] when the above link is clicked all the results are displayed, any advice on how to acomplish this would be great cheers Graham Link to comment https://forums.phpfreaks.com/topic/58930-link-to-show-more-information/ Share on other sites More sharing options...
sinisake Posted July 8, 2007 Share Posted July 8, 2007 Where are results stored? you should put some var in link like echo"<a href='file.php?action=show'>[show results]</a>" if($_GET[action]=="show"){ read data from db; or from flat file; } I don;t know did i understand you correctly, but thats simple logic behind this kind of links... Link to comment https://forums.phpfreaks.com/topic/58930-link-to-show-more-information/#findComment-292435 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.