View Single Post
Old 04-29-2011, 09:03 AM  
FlexxAeon
Confirmed User
 
FlexxAeon's Avatar
 
Industry Role:
Join Date: May 2003
Posts: 3,765
Quote:
Originally Posted by k0nr4d View Post
<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>


except you didn't close the php with ?>
__________________
flexx [dot] aeon [at] gmail

Last edited by FlexxAeon; 04-29-2011 at 09:05 AM..
FlexxAeon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote