Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other searching site content

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25583
    sbrowse
    Member

    Hi Everyone!! I’m just getting into CSS ..HAMMERING the tutorials, it’s coming along fine but i’ve hit abit of a wall.
    I want customers to be able to narrow down a search to what they want to see

    eg. <make of car>
    <price MIN>
    <priceMAX>
    <LOCATION>

    then after all desired fields are selected and you click <<SEARCH>>

    after that you have what your looking for. What is this called..so i know what to search for and learn how to
    apply it to my site….i just dragged this off a website source, is this it? how do i get started??

    any help whould be greatly appreciated..Thanks

    #61377
    TheDoc
    Member

    A fine question, though I don’t have an answer for you.

    To clarify, it will have nothing to do with CSS, you’ll need to learn a new acronym! You’ll probably want to dip into some PHP, though I don’t know of a "search" PHP Tutorial.

    #61384
    Rob MacKay
    Participant

    normally I would do this in PHP and use a database with a simple mysql query… like

    Code:
    SELECT * FROM tablename WHERE colName1 LIKE ‘%keywords_entered%’ OR colName2 LIKE ‘%keywords_entered’%

    other than that, like doc, I dunno.

    #61581
    sbrowse
    Member

    yep thats the one!

    cheers guys!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Other’ is closed to new topics and replies.