Advertisement
Guest User

File output

a guest
Mar 29th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2.  
  3. $fp = fopen('print.txt', 'w');
  4. fwrite($fp, $dct_send_email_to."A");
  5. fclose($fp);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement