Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $info = $_GET['info'];
- $file = fopen("dados.txt", "a");
- fwrite($file, $info."". PHP_EOL);
- fclose($file);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement