View difference between Paste ID: YBehThzV and txDeS7gU
SHOW: | | - or go back to the newest paste.
1
<?php
2
3-
$fp = fopen('print.txt', 'w');
3+
$fp = fopen('print.txt', 'a');  // ONLY FOR CHECKING PURPOSE, DELETE IT ******************************//
4-
fwrite($fp, $dct_send_email_to."A");
4+
fwrite($fp, $dct_id."( inside csv generator.php ) \r\n");        // ONLY FOR CHECKING PURPOSE, DELETE IT ******************************//
5-
fclose($fp);
5+
fclose($fp);                    // ONLY FOR CHECKING PURPOSE, DELETE IT ******************************//