Multiple Categories

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeremy Ross

    Multiple Categories

    Hello,

    I am looking for a tutorial, or some help with a slight problem that I am
    having.

    What I need to do is create a bit of code that will allow me to select
    multiple categories for a product. I all ready have it so I can pick form a
    list of categories and unlimited sub categories. Now I need it so I can
    select mutable categories from a list, and the product gets displayed on
    them all.

    I am using MySQL and PHP for this.

    Thanks for any help
    Jeremy Ross



  • Matt

    #2
    Re: Multiple Categories

    Although it's not very accesibility-friendly, you could try the HTML
    MULTIPLE select box. Also try check boxes (possibly with some css or
    tabling/iframing) to control display.

    Comment

    • Jeremy Ross

      #3
      Re: Multiple Categories

      Hello,

      I know that using the CLRT key will select mutable things on a list, and
      return them in an array. The major question I have is how can I store that
      array in a database, that would be an useful format for me to use a select
      query in MySQL

      Thanks,
      Jeremy Ross
      "Matt" <msporleder@gma il.com> wrote in message
      news:1110996041 .149172.319750@ o13g2000cwo.goo glegroups.com.. .[color=blue]
      > Although it's not very accesibility-friendly, you could try the HTML
      > MULTIPLE select box. Also try check boxes (possibly with some css or
      > tabling/iframing) to control display.
      >[/color]


      Comment

      • Jerry Stuckle

        #4
        Re: Multiple Categories

        Jeremy Ross wrote:[color=blue]
        >
        > Hello,
        >
        > I know that using the CLRT key will select mutable things on a list, and
        > return them in an array. The major question I have is how can I store that
        > array in a database, that would be an useful format for me to use a select
        > query in MySQL
        >
        > Thanks,
        > Jeremy Ross
        > "Matt" <msporleder@gma il.com> wrote in message
        > news:1110996041 .149172.319750@ o13g2000cwo.goo glegroups.com.. .[color=green]
        > > Although it's not very accesibility-friendly, you could try the HTML
        > > MULTIPLE select box. Also try check boxes (possibly with some css or
        > > tabling/iframing) to control display.
        > >[/color][/color]

        Jeremy,

        That depends on the structure of your database.

        --

        To reply, delete the 'x' from my email
        Jerry Stuckle,
        JDS Computer Training Corp.
        jstucklex@attgl obal.net
        Member of Independent Computer Consultants Association - www.icca.org

        Comment

        Working...