Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Form List Filter

    Hi all,
    I have created a record set that filters by size, for e.g. 2ft 6, 3ft 0, 4ft 6
    etc. This then displays a results table on a seperate page, of all products in
    the 2ft 6 size if that is the link that is clicked.

    The problem that I have is that this results table also displays other fields
    like 'Manufacturer', 'Type' etc that I would like to further filter my table
    by. What I would like to be able to do is maybe have a drop down list above the
    'Manufacturer' or 'Type' column that will allow me to select a Manufacturer
    from the drop down list and my table will then be filtered by the 2ft 6 and the
    Manufacturer selected from the drop down.

    I am using PHP and Mysql so if anyone could help me or point me in the right
    direction it would be much appreciated. Maybe there is an extension or
    something that I could use. I am new to a lot of this so don't know how to
    write the code which is why I mention the extension.

    Thanks in advance
    Phil


    player3612 Guest

  2. Similar Questions and Discussions

    1. (PLEASE HELP) How to Filter List Box using XML PathExpression?
      I am using Flash MX Pro 2004 and I am trying to populate a list box with XML data using the standard XMLConnector etc - of which I am having no...
    2. (HELP) Trying to Filter List Box using XML PathExpression?
      I am using Flash MX Pro 2004 and I am trying to populate a list box with XML data using the standard XMLConnector etc - of which I am having no...
    3. how to check if file extension is member of filter list?
      Hello, I am developping a file browser bu use of internet explorer. I am already so far that I get a full list of all the files of a selected...
    4. Open Form from switchboard in Filter by Form mode
      I have a simple application in Access 2000 which currently uses no macro's or special code. What I want to do is devise a method whereby I can...
    5. PHP : Dynamic List & Filter?
      Hi - I'm working with: DWMX / PHP / MYSQL 1. I'd like to create 3 drop-down lists which are dynamically populated with entries from my DB. Is...
  3. #2

    Default Re: Form List Filter

    What you are describing sounds to me like what Dreamweaver call Seach/Results
    pages, where you build on page where the user enters or selects serch criteria,
    and another that displays the results of that search. You can do this using
    Dreamweaver (without hand-coding). There are detailed instructions in
    Dreamweaver Help, listed under Developing Applications Rapidly, then select for
    PHP, then select for Search/Results pages.

    It sounds like the search criteria are based on field values in your database,
    so you could build dynamic list/menu form elements based on selecting distinct
    values of those fields. Again, there is detailed Help in Dreamweaver under
    Making Pages Dynamic, then Creating Forms, then Inserting Dynamic HTML Form
    Objects.

    delaneypub Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139