View Single Post
Old 04-29-2011, 09:00 AM  
k0nr4d
Confirmed User
 
k0nr4d's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Poland
Posts: 9,229
<select name="favourite_fruit">
<option <? if($row[favorite_fruit] == 'Apples') { echo "selected"; }>Apples</option>
<option <? if($row[favorite_fruit] == 'Bananas') { echo "selected"; }>Bananas</option>
<option <? if($row[favorite_fruit] == 'Oranges') { echo "selected"; }>Oranges</option>
</select>
k0nr4d is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote