Results 1 to 3 of 3

Thread: Search Functionality

  1. #1

    Thread Starter
    Hyperactive Member Olly79's Avatar
    Join Date
    May 2005
    Posts
    264

    Search Functionality

    Hi all,

    I have a query relating to search on a website.

    I have a site for which I want to add a search box; whereby which users can search for people based on the following criteria: Name/Pin/Keyword

    I'm wondering where to start with this and by that I mean do I need to create a DB to hold all the vaules and then create a php search box to search the DB and return the results?

    Many thanks

  2. #2
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: Search Functionality

    you will need to have a database that holds all of the relevant search information (name/pin/keyword), yes. you can then make a simple POST script that makes an SQL query and returns the results. do you have experience with MySQL or PHP?

  3. #3
    Hyperactive Member
    Join Date
    Jan 2009
    Posts
    448

    Re: Search Functionality

    Just a note on this one. If you are thinking about getting into a database you should look into database normalization.
    If I helped you please rate me.

Posting Permissions

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



Click Here to Expand Forum to Full Width