Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <form method="POST" action="/Cart.php" >
  2. <input type="hidden" id="id_pre_List_For_Change_Count" name="id_pre_List_For_Change_Count" value = "<?php echo $row'id_PreList'];?>">
  3. <input type="hidden" id="Count_Filed" name="Count_Filed" value = "<?php echo $row['CurrentCoundAdded'];?>">
  4.  
  5. <select id="count_Select_Box" name="count_Select_Box"onchange="this.form.submit();" >
  6. <option selected="selected">
  7. <?php echo $row['CountMany']; ?>
  8. </option>
  9. <?php
  10. for($iz=1; $iz< $row[![[][1]][1]'CurrentCoundAdded']+1; $iz++) { ?>
  11. <option value=<?php echo $iz ?> > <?php echo $iz ?></option>
  12. <?php } ?>
  13. </select>
  14. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement