I am very new to Php platform,The question may be a simple one.
I have an array having three variables, and i have stored it as
$options = array('S' =>"Seminar" , 'A'=>"Athletics",'C' =>"Conference");
Now i need to access this array variables inside the dropdown menu. Drop down menu is as shown below.
<span class="custom-dropdownSm custom-dropdown--emerald custom-dropdown--large">
<select class=" custom-dropdown__select--emerald" id="Assessment_Name" >
<option value="0" selected="selected">Select</option>
</select>
Any help appreiated.