sandycool9999
New member
<p><select name="Year">
<?php
for ($i=2000; $i<=2012; $i++)
echo "<option value=".i.">".$i."</option>";
?>
<select>
I thought itwould be something like this...but idk!
<?php
for ($i=2000; $i<=2012; $i++)
echo "<option value=".i.">".$i."</option>";
?>
<select>
I thought itwould be something like this...but idk!