Iamdbat Posted October 16, 2009 Share Posted October 16, 2009 Beginner and amateur in need of assistance My Site - www.spareparts.ie (Spare Parts for Domestic Appliances) I've gone as far as I can go on my own and need guidance What I require is custom searches - I need to return records based on multiple criteria for example 1: Enter Make > 2: Enter Model > 3: Enter description If anyone can offer any assistance - I would be grateful Thanks Link to comment https://forums.phpfreaks.com/topic/177944-less-than-amateur-needing-advice/ Share on other sites More sharing options...
Maq Posted October 16, 2009 Share Posted October 16, 2009 What exactly do you need help with? You're asking for something very vague. You're also in the "PHP Applications, Frameworks and Libraries > Third Party PHP Scripts" section. I suggest segmented this thread into at least 2, one for MySQL, and one or more for your actual PHP coding help. I'll move this to PHP Coding Help for now. Link to comment https://forums.phpfreaks.com/topic/177944-less-than-amateur-needing-advice/#findComment-938213 Share on other sites More sharing options...
Iamdbat Posted October 16, 2009 Author Share Posted October 16, 2009 I need some custom searches on my site - I don't know where to start Link to comment https://forums.phpfreaks.com/topic/177944-less-than-amateur-needing-advice/#findComment-938222 Share on other sites More sharing options...
Maq Posted October 16, 2009 Share Posted October 16, 2009 You're going to need a form with your 3 input fields and upon submission have them processed and sanitized. You have to query the database and have the results returned that meet the criteria. So in essence you have 3 major parts: 1) The UI for the form with all these input fields and submit button. 2) A something to process the input server-server (perhaps a separate .php page) and query the database. 3) Something to handle the results. Seems like you already have results working for the left navigation categories. You may be able to tweak it to handle your new custom search, but that's impossible for me to tell. Link to comment https://forums.phpfreaks.com/topic/177944-less-than-amateur-needing-advice/#findComment-938233 Share on other sites More sharing options...
Iamdbat Posted October 16, 2009 Author Share Posted October 16, 2009 Thanks for the reply - Can you recommend any reading material that will give me a head start in achieving what I'm after? Link to comment https://forums.phpfreaks.com/topic/177944-less-than-amateur-needing-advice/#findComment-938247 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.