Ember_Celica

select Snippit

Nov 23rd, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. <select name="Card_Type" id="Card_Type" class="suboption" >
  2. <?php
  3. foreach($type as $rarity){
  4.     ?><option value="<?php $rarity;?>"><?php echo $rarity;?></option>
  5.     <?php
  6. }
  7. ?>
  8. <option value="N/A" selected disabled>-----</option>
  9. </select>
Advertisement
Add Comment
Please, Sign In to add comment