Quantcast
Channel: Adobe Community : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 238792

Drop down menu open by default php

$
0
0

I have this script for a drop down box which is closed until the user clicks the down arrow, showing the options. I want it so all the options are displayed from the start, so they don't have to select the down arrow. Does anyone know what i need to change in order to achieve this? (I think it has something to do with the 'explode' function?)

<?php

                              $options = explode(',', $values);

                              $optionCursor = 1;

                              $checked = '';

                              ?>

 


Viewing all articles
Browse latest Browse all 238792

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>