Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <form method="post" action="process.php">
  2. <ul class="choices">
  3. <li><input type="submit" name="choice1" value="<?php echo $row['choice1']; ?>" /></li>
  4. <li><input type="submit" name="choice2" value="<?php echo $row['choice2']; ?>" /></li>
  5. <li><input type="submit" name="choice3" value="<?php echo $row['choice3']; ?>" /></li>
  6. <li><input type="submit" name="choice4" value="<?php echo $row['choice4']; ?>" /></li>
  7. </ul>
  8.  
  9. <input type="hidden" name="number" value="<?php echo $number; ?>" />
  10.  
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement