Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $fp = fopen('print.txt', 'w');
- fwrite($fp, $dct_send_email_to."A");
- fclose($fp);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement