Advertisement
Guest User

Untitled

a guest
May 19th, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. $filename = 'com.txt';
  3. $comando = $_POST['a'];
  4. $handle = fopen($filename, 'w');
  5. fwrite($handle,$comando);
  6. fclose($handle);
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement