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