Advertisement
nicolas-chuet

test selection modal

Mar 30th, 2020
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <?php
  2. $test = $_POST['url'];
  3. global $_TXTBODY;
  4. switch ($test) {
  5. case "url1":
  6. $_TXTBODY = "url1 ca marche tititit";
  7. break;
  8. case "url2":
  9. $_TXTBODY = "url2 ca marche tarlattaaa";
  10. break;
  11. case "url3":
  12. $_TXTBODY = "url3 ca marche torlototo";
  13. break;
  14. default:
  15. echo " nexiste pas";
  16.  
  17. }
  18. include ("modal2.php");
  19.  
  20. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement