I am trying to create a drop down menu with the options of 1,2,3 and 4.
The below code is what I am using just now and the dropdown is empty.
Any idea what I
You forgot something..
Add print / echo before "".$i."";
print
echo
"".$i."";