orion2004 Posted September 14, 2006 Share Posted September 14, 2006 Well here i am again trying to expand my knowledge base.What i am doing is right now i have a page that shows all Applicants after they fill out a form. Right now that only shows there name, level, email, status, and a change status form.What i need to do is make it where you can click on a persons name and it will take you to another page that will pull just there information from the database.So basicly what im wanting to know is what is the best way to go about this.Thanks Quote Link to comment Share on other sites More sharing options...
fenway Posted September 14, 2006 Share Posted September 14, 2006 Well, you'll need to pass a parameter in your HREF attribute, e.g. applicants.php?id=9, and then write that script that will pull all of that user's info. Quote Link to comment 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.