Quick Question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
sailingaway
Forum Newbie
Posts: 2
Joined: Mon Sep 09, 2002 3:59 pm
Location: GA

Quick Question

Post by sailingaway »

I am new to MySQL and PHP so be kind!

If I have a MySQL DB and I want to search that DB using certain criteria such as Last Name and I want all those records to be returned on one "results page" and each result be a link to the entire record, what is that called and how do I do it. For example, If I search my DB for a last name of Jones and it returns 5 Jones' how can I make each result a link to the respective records? Any help would be appreciated.

Thanks,
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post by BDKR »

Just try plugging this into the google search box.

php mysql tutorials

The problem really is that it's just too much to hack into a message board. This should help as there are tons of them along the lines of what you're looking for.

Cheers,
BDKR
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Also try http://www.phpbuilder.com. There are some good tutorials there.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Please don't cross-post. One thread per question is plenty.

To offer any more help could y'all go here:
http://www.devnetwork.net/forums/viewtopic.php?t=2868

Mac
Locked