hi to all masters,
i have a question that connected to GC table,
i have this boostrap dropdown
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#"><i class="icon-plus"></i> DROP DOWN<b class="caret"></b></a>
<ul class="dropdown-menu">
</ul>
</li>
and my question is how can i create a drop down list from my database:
example i have table:
"years" with columns
id | years
1 2013-2014
2 2014-2015
i want to create a dropdown on this table years:
and when i click example 2013-2014 dropdown
it will show me a gc table with only 2013-2014 data.