Results 1 to 2 of 2

Thread: Creating a mutilple search query form

  1. #1
    wazza Guest

    Creating a mutilple search query form

    Hi guys I need to do a small project and I'm not sure what method I shud use. I want to create a search feature on my website where users can search for properties/real estate. They need to be able to use drop down boxes to be able to select fields such as price range, area, bedrooms etc...

    The results should be returned on a seperate page in a smart looking table. I was thinking of using MySQL to store the data in a flat database and PHP to return the results in a html formatted table on a different page..

    Is this the best way to approach this or is there any other languages/methods that will be useful.

    I would greatly appreciate any kind of feedback or comments. Thanks in advance.....

  2. #2
    dqhendricks Guest
    You are on the right path. PHP and MySQL woudl be excellent for this, and probably easier to learn/cheaper than alternatives. Set up some tables in MySQL in order to store the data. Create a form using HTML with all of the desired fields, and have it submit to your PHP page. Use PHP to create a MySQL query using the submitted form fields, then use the MySQL result and PHP to format the HTML tables.

    - dqhendricks

Similar Threads

  1. PHP Feedback form Query
    By frostis21 in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 19 Jan 2010, 12:05 PM
  2. Creating Direct Search Field
    By dannygreer in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 08 Jul 2009, 12:33 AM
  3. Form Query
    By mitchrenton in forum General Questions
    Replies: 1
    Last Post: 11 Jan 2008, 09:01 PM
  4. Creating a search-engine website
    By ritkaa in forum General Questions
    Replies: 0
    Last Post: 22 Jan 2007, 01:23 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •