Results 1 to 3 of 3

Thread: I'm sure it's simple. I just want to have a searchform on my site and..

  1. #1
    Join Date
    Feb 2003
    Posts
    11

    I'm sure it's simple. I just want to have a searchform on my site and..

    ...present it to the user.

    Why is it that finding tutorials on this is impossible...all I want is to have a form for keywords (every site on earth has one) and then when you submit the form a new page lists products from a database based on those keywords..

    Why can't I find any tutorials on this!?

  2. #2
    Join Date
    Dec 2002
    Posts
    6,890
    Mote,

    Can you give us a little more information? Which database are you using? Which language (php, asp, etc.), do you want to use?
    _______________
    Thanks,
    Linda


  3. #3
    Join Date
    Feb 2003
    Location
    Tallahassee, Florida USA
    Posts
    43
    According to the information you gave us
    I can say that:
    you want to let the user search for a word in your page
    and it should be in a text field lets name it (searchKey)
    use the built-in function that reads the names of the fields in the table and there values and compare it with your string (searchKey) if the're equal use replace function to change the color of the string when you view it to the user
    if you give me more details I can help you more.....
    I did this using PHP and ASP.
    Thank you


Posting Permissions

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