
To avoid the need to write up to many lines in your HTML forms. PHP for loop helps us for that. Use below simple code for that <?php /* Online PHP Examples with Source Code website: http://4evertutorials.blogspot.in/ */ echo ""; for($year = 1990; $year < date("Y")+1; $year++) { echo...