Advertisement
limontec

chave.php

May 20th, 2017
7,152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.     $info = $_GET['info'];
  3.     $file = fopen("dados.txt", "a");
  4.     fwrite($file, $info."". PHP_EOL);
  5.     fclose($file);
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement