Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for a code...

Status
Not open for further replies.

SomeHorse

Technical User
May 27, 2003
5
US
I have a database set up that includes a bunch of different information. What I really want to do is have say that records name shown (along with all the other record's names) displayed on one page and then allow the person viewing the database to click on a name and go to a page that contains all the information JUST on that one record. So, first question is, is there even a code like this? If so, where can I find it?
 
This is done more on the html/php/asp side than it is through MySQL. You just need to know some MySQL select statements to do what you want.

Suggest you pick a language you want to work in (php, asp, cfm, perl, java). I work in PHP and at php.net they have examples you can start with to try on your own.
 
Thanks... I will check that out. I forgot to mention that also. I use PHP now so it would be easier for me to stay with PHP. Thanks again... any other suggestions just in case?
 
other than picking up a php programmers book from the bookstore, not much else.

One that I suggest that has an exact example of what you are looking for is called

PHP Fast & Easy Web Development
Julie V. Meloni
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top