Search By photo description/tag

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

Post Reply
gord1020
Forum Newbie
Posts: 7
Joined: Tue Apr 21, 2009 8:10 pm

Search By photo description/tag

Post by gord1020 »

Hello. Does anyone know how I can possible duplicate the same type of search feature this company is using. http://www.westworldimages.com/cgi-bin/ ... tCode=164&

I would like people to be able to search by their BIB number to find their photos. It looks like they simply put the BIB's visible in the picture into the photo's description field.
Can somebody please explain how I may do this.

THANK YOU!!!
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Re: Search By photo description/tag

Post by it2051229 »

yesss you could easily do that if you have finished your PHP and Mysql Tutorial.. what you have asked, is a basic problem actually using a MySQL statement well we're not here to teach you how to use MySQL because that's the purpose of a tutorial.. I think "searching" is one of the fundamentals of MySQL and all tutorials has this.
Post Reply