Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?
  2.  
  3. if ($_SERVER['REQUEST_METHOD'] === 'POST') {
  4. $fp = fopen('data.txt', 'w');
  5. fwrite($fp, 'test lines');
  6. fclose($fp);
  7. }
  8. ?>
  9.  
  10. https://my-server-ip-here/my-page?filename=filename828192.zlib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement