<?php include("header.php"); echo"<br /> choise your classe : "; echo "<select name='xxx'"; $e= mysql_query("select * from xxx"); while($row=mysql_fetch_array($e)){ extract($row); echo"<option value='$id'>$title_xxx</option>"; } ?> PHP: id in 2 no 1 eg: id:1 id:2 id:3 esy:2_3 not 1
I can,t understand what you are asking???Explain your question and provide full program to get right answer..