Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <select name="Card_Type" id="Card_Type" class="suboption" >
- <?php
- foreach($type as $rarity){
- ?><option value="<?php $rarity;?>"><?php echo $rarity;?></option>
- <?php
- }
- ?>
- <option value="N/A" selected disabled>-----</option>
- </select>
Advertisement
Add Comment
Please, Sign In to add comment