You are on page 1of 1

http://youtu.be/Zp6QHj_JxMo #FF9933 http://all-free-download.com/free-website-templates/free-html-css-templates.html http://youtu.be/FG25557UQSM https://www.formatrimony.com/?gclid=CM_IydHDxrwCFewF4godnAIAWA while($rows=mysql_fetch_assoc($query)){ ?> <form method=\"POST\" action=\"edit.

php\"> <input type ='hidden' name='ID' value = '<?php echo $rows['ID'];?>'> <select name ="pnames"> <?php foreach ($arrayproducts as $key => $value) { ?> <option value = "<?php echo $key; ?>" <?php if ($key == $productName){ echo 'selected="selected"'; } ?> > <?php echo $value; ?> </option> <?php } //end foreach ?> </select> <?php }//end while ?>

You might also like