MDanz Posted December 23, 2010 Share Posted December 23, 2010 how do i loop this so that the option in the drop down list loop. i tried this but get an error <select name="age"><?php for ($i=10; $i<71; $i++ { echo "<option value='$i'>$i</option>"; } ?></select> Link to comment https://forums.phpfreaks.com/topic/222515-help-with-drop-down-list-loop/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.