Online PHP Examples with Source Code
<?php /* Online PHP Examples with Source Code website: http://4evertutorials.blogspot.in/ */ echo ""; for($year = 1990; $year < date("Y")+1; $year++) { echo ''.$year.''; } echo ""; ?>
No comments:
Post a Comment