hance2105 Posted June 25, 2013 Share Posted June 25, 2013 hello guys, i have a table called tbl_prodstd where product name(prod_name), product brand (prod_brand), product image (prod_photo) and product description (prod_desc) with an auto increment id - std_id. i have a form add_product.php where the retailer can add products. i want to create a drop down where the retailer can select the product name and product brand. upon selecting both fields, the corresponding description is populated in the text area. on clicking on add, the values in the drop down and text area are sent to another table called tbl_product which can be retrieved later. how can i do that please? i can let you have the codes i wrote so far if need be... else if i can have a tutorial Quote Link to comment https://forums.phpfreaks.com/topic/279544-populating-text-area-from-drop-down-options-selected/ Share on other sites More sharing options...
Solution Irate Posted June 25, 2013 Solution Share Posted June 25, 2013 i can let you have the codes i wrote so far if need be... That's a good start. Quote Link to comment https://forums.phpfreaks.com/topic/279544-populating-text-area-from-drop-down-options-selected/#findComment-1437794 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.