<table width="400" border="0" align="center" cellpadding="0" cellspacing="1">
<tr>
<td><br>
<br>
<br>
<br>
<form name="form1" method="post" action="sample.php">
<table width="94%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td>languages</td>
<td><select name="languages[]" size="4" multiple>
<option value="english">english</option>
<option value="hindi">hindi</option>
<option value="assamese">assamese</option>
<option value="chinese">chinese</option>
<option value="american">american</option>
</select></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td><input type="hidden" name="edit" value="Submit">
<td><input type="submit" name="Submit" value="Submit"></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</form>
how do i store the data in mysql database and also edit the form.
any pointers to tutorial of mutiple listbox with php/mysql for insertion of values to a database and also to edit those values in the form.
i have checked around all the sites and did not get a good tutorial and pointers of how to store the array values to a database and then to edit it in the form
thanks in advance
klyan