PHP Database Search Box

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Colonel Popcorn
Forum Newbie
Posts: 1
Joined: Wed Feb 18, 2009 6:12 pm

PHP Database Search Box

Post by Colonel Popcorn »

Hey guys, I have a problem with making a php search box. I get the basic understanding of making a php search box with one entry in it, and I have done so. But on the results page or product page I need to make a search box that contains multiple fields to choose from, such as cost, speed, ram, things like that. Something similar to newegg's product advanced search. It would be nice to be able to code it by hand, but if you know of a program that will automatically do it I guess I could use that too. The search box will draw the info from a standard database.
Post Reply