How would i go about writing a if statement to check if the value of a option menu is empty and if so not to show it.
<option value="">GUYS AND GIRLS</option>
if value has nothing in it it wont show this option in the select menu but if.
<option value="http://test.com">GUYS AND GIRLS</option>
It has something there it will show up in the drop down.