What is the best way to get the current year month & day into a dropdown box? I am doing this->
[php]<?php echo date('Y'); ?>[/php]
and so on for the month and day. It works fine if i just put text in place of the php code, but it is displaying nothing but a blank dropdown box. any suggestions?