$currentYear = date('Y');
$manyYearsAgo = $currentYear - 120;
for($i=$manyYearsAgo;$i<=$currentYear;$i++)
{
echo "<option value=$i>$i</option>";
}
INBETWEEN ON AND OFF TOPIC
Also, I just wanted to thank you. I have blingo in my firefox search bar, and when I went to search date() (just to be sure 'Y' was the right way to get the full year), I won a free iTunes gift certificate! 😃