Hello, a little bug that I do not understand, the select dynamic list menu does not display the first record of the data table, it displays from the second and all the others of the table, can you help me to solve this small problem. Thank you
<select name="select_photo_1" required="required" id="select_photo_1"> <option value="">Choisir</option><?php //************************** // MySqli Dynamic List/Menu // Start code //************************** MySqliCreateDynamicCombo("select_photo_1", "frm-vote", "numero", "id_num", "", "", "", $rsPhoto1); //************************** // MySqli Dynamic List/Menu // End code //************************** ?> </select>
|
|
|