Forums

Display Categorize Display from Drop Down Optios

bandunger 14 Aug, 2010
Hello all member
I m new user of Chronoconnectivity.
I write the script like this :

<input value="" id="hidden_6" name="userid" type="hidden" />

<div class="form_item">
  <div class="form_element cf_dropdown">
    <label class="cf_label" style="width: 150px;">Program</label>
    <select class="cf_inputbox validate-selection" id="select_5" size="1" title="choose your program request"  name="program1">
    <option value="">Choose Option</option>
      <option value="Gita Kita">Morning Spirit Music</option>
<option value="Sweet rock">Sweet rock Music</option>
<option value="Weekend beat">Jazz music</option>

    </select>


How to make table base on the category above like
a. Display table only for Morning Spirite Music
b. Display table only Sweet rock music
c. Display table only Jazz music

Thanks.
GreyHead 14 Aug, 2010
Hi bandunger,

There are two parts to this. You need to put the option code you have here along with a submit button into the ChronoConnectivity Header box.

The in the WHERE box you need to add code to build a MySQL WHERE clause that will select the appropriate entries from your table.

There are examples of both of these in the forums here.

Bob
This topic is locked and no more replies can be posted.