Php/MySQL Search

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
budabug
Forum Newbie
Posts: 8
Joined: Fri Sep 03, 2004 10:32 am

Php/MySQL Search

Post by budabug »

Ok first before I bug anyone asking them what is wrong with my code, I would like to see some tutorial on doing searches. I ONLY need to do searches for specificly named items, not for a keyword search. I have a form that people can select a name, company, or time (start date and end date)

For some reason it automatically chooses to search all the different options and not just one or the options.

If someone could give me a tutorial that would be good for this, that would be snazzy. ALSO if it could be as simple as possible. The inputing part of this little task cam naturally to me, but this search bit is like speaking another language to me. I am just starting to learn all of this.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

there was a thread recently about this, it's not the best, but it's a place to start getting details from:
viewtopic.php?t=25132
Post Reply