Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>iframe Window</title>
  6. <style>
  7. body {
  8. background-color: #D53C2F;
  9. color: white;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. <?php
  15.  
  16. echo "O valor de CAMPO 1 é: ". $_POST["campo1"];
  17.  
  18. echo "<br>O valor de CAMPO 2 é: " . $_POST["campo2"];
  19. ?>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement