AllenYuan

draw.php request/post

May 1st, 2020
452
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2.  
  3. $x = intval($_REQUEST['x']);
  4. $y = intval($_REQUEST['y']);
  5.  
  6. if ($_REQUEST['submit']) {
  7.   print_r($_REQUEST);
  8.   return;
  9. }
  10.  
  11. $time = time();
  12. print <<<EOF
  13.  
  14. //...
Advertisement
Add Comment
Please, Sign In to add comment