Can you tell us what exactly is your problem ? ie returned error, logic,
or what ?
My first impression es that your insert is wrong, because inserts cant
have "where" conditions (it makes no sense) probably you want to do a
completely new insert including the column1 or maybe you want an
u
t data in to columns base on the selection of
> the list box.
>
>
>
> Can you help me please?
>
>
> 1-I have created a while loop to populate the list box
> with the information of column1.
> 2-I need to update (insert data) in to column2,
> column3, colu
Can you help me please?
1-I have created a while loop to populate the list box with the information
of column1.
2-I need to update (insert data) in to column2, column3, column4 base
on the selection of the list box.
echo'';
$query = "SELECT column1 FROM table";
$res