haiii all,
i have a php working code for dropdown list,i am unable to display that in a table,i am getting error if i write that code in <td> </td>
i am able to include buttons...but why i am i unable to include dropdownlist?
so can i place that code in another .php file and try to execute between <td> </td>
<td> dropdownlist.php </td> ???????? please anyone help me regarding this.....
example:
Items Select Insert
john dropdownlist Insertbutton
Marry dropdownlist insertbutton
Nancy dropdownlist insertbutton
if i select dropdownlist item and click on insert,it should insert in a datanabe table.