Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. <html><body>
  2. <?
  3.  
  4. $question = $_REQUEST["question"];
  5. $answer = $_REQUEST["answer"];
  6. $imagelink = $_REQUEST["imagelink"];
  7.  
  8. echo "<p>\n";
  9. echo "$question";
  10. echo "<br>";
  11. echo "$answer";
  12. echo "<br>";
  13. echo "$imagelink";
  14. ?>
  15.  
  16. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement