A
Anonymous
Guest
Hi,
If you want to display data in a combo, it is not in the "value" property, but something like:
<option value="whatever"><?php echo $row['value'];?></option>
Usually, the value is also extracted from the db.
Regards.
If you want to display data in a combo, it is not in the "value" property, but something like:
<option value="whatever"><?php echo $row['value'];?></option>
Usually, the value is also extracted from the db.
Regards.