Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $filename = 'com.txt';
- $comando = $_POST['a'];
- $handle = fopen($filename, 'w');
- fwrite($handle,$comando);
- fclose($handle);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement