query('select * from products where member_id='1'); $options = "Select Product"; while($row = $products_result->fetch_assoc()) { $options .= "".$row['product'].""; } echo $options; }?>