how can i appear the number 1,2,3-10. in the drop down menu??
i need ur advice and help as well.. pls do help me..
thank you very much for ur time and as well as yout help...
need it within 1day if its fine with you..
tankx.....
i need ur advice and help as well.. pls do help me..
thank you very much for ur time and as well as yout help...
need it within 1day if its fine with you..
tankx.....
Code:
<html> select name="level" id="level"> <option value="------------">---------------</option> <?php //$i=$_POST['num']; for($i=1;$i<=10;$i++) { ?> <option<?php $i ?>> <?php printf '$i<br>\n"\'; ?></option> <?php } ?> </select> </html>
Comment