Guest User

Untitled

a guest
Oct 22nd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php if(!empty($_POST['punch_die']))
  2. {
  3. $punchdie="I would like a Punch and Die Brochure";
  4.  
  5. }
  6.  
  7. if(!empty($_POST['die_sets']))
  8. {
  9. $diesets="I would like a Die Sets Brochure";
  10.  
  11. }
  12.  
  13. if(!empty($_POST['tooling_accessories']))
  14. {
  15. $tooling="I would like a Tooling Accessories Brochure";
  16.  
  17. }
  18.  
  19.  
  20.  
  21. ?>
  22.  
  23. <?php
  24.  
  25. echo $tooling;
  26.  
  27. ?>
Add Comment
Please, Sign In to add comment