greenday Posted September 28, 2007 Share Posted September 28, 2007 I am looking for a good tutorial on building a dynamic search query using mysql / php. The search box has several fields that may or may not be filled out or chosen including text boxes and lists, such as price max, price min, keywords, town, district, type ect. I cant seam to find a tutorial suitable, can anybody point me in the right direction? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/70985-tutorial-needed/ Share on other sites More sharing options...
sKunKbad Posted September 28, 2007 Share Posted September 28, 2007 you are talking about the basics of MySQL. You just need a dummies book or something. I don't know where one is online, but I'm sure the library has one you can check out if you don't want to buy one. Quote Link to comment https://forums.phpfreaks.com/topic/70985-tutorial-needed/#findComment-356977 Share on other sites More sharing options...
chronister Posted September 28, 2007 Share Posted September 28, 2007 Like sKunKbad said, what your wanting is the foundation of the php/mysql relationship If you learn the basics of php / mysql then you will be able to work through the process of constructing the queries for the system your inquiring about. It's a standard, store/retrieve data with a couple WHERE clauses. Here is a link to a good php wiki http://hudzilla.org/phpwiki/index.php?title=Main_Page <-- thanks to Thorpe for this one. Quote Link to comment https://forums.phpfreaks.com/topic/70985-tutorial-needed/#findComment-356998 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.