Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <select>
- <?php foreach(range(1800,2017) as $year): ?>
- <option value="<?php echo $year; ?>"><?php echo $year; ?></option>
- <?php endforeach; ?>
- </select>php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement