johndoedoedoe Posted June 28, 2005 Share Posted June 28, 2005 I need help with a problem: I would like to make this with php and a database: Have a list of names on one page, eg. John Doe Jenni Lee Someone Someone ... arranged alphabeticly and have them be links so when you click on one of the names that you get a page which is also being created from the databse where you get information about that person, e.g. Picture Name:John Doe Age: 30 Background: bla bla bla .... ... COuld someone help me out with giving me some info or links wher ei could find some info on how to do this or show me how to do this. Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/2374-need-help/ Share on other sites More sharing options...
jeremywesselman Posted June 28, 2005 Share Posted June 28, 2005 What you want done is very easy to do. I have looked a couple places but I have found nothing to show you exactly how to do it exactly like you want it. If you need help, email me at jeremywesselman [at] insightbb [dot] com and I could walk you through it so we don't clog the board up. Jeremy Quote Link to comment https://forums.phpfreaks.com/topic/2374-need-help/#findComment-7799 Share on other sites More sharing options...
narcobollo Posted June 30, 2005 Share Posted June 30, 2005 You can add a link to another page, for each of these people, including their unique id (e.g. http://host.com/showdetails.php?id=someone). The link can be "dynamically" generated as well. That way, you could retrieve the info you need in the other page. Quote Link to comment https://forums.phpfreaks.com/topic/2374-need-help/#findComment-7806 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.