Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <?php
  2.  
  3. //Include the configuration file
  4. require __DIR__ . "/config.php";
  5. //Include essential functions
  6. require __DIR__ . "/src/functions.php";
  7.  
  8. $name = $_GET["name"];
  9. $message = $_GET["message"];
  10.  
  11. // Take message
  12. header("Location: result_opinion.php");
  13. // Redirect page
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement