Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $fp = fopen('print.txt', 'a'); // ONLY FOR CHECKING PURPOSE, DELETE IT ******************************//
- fwrite($fp, $dct_id."( inside csv generator.php ) \r\n"); // ONLY FOR CHECKING PURPOSE, DELETE IT ******************************//
- fclose($fp); // ONLY FOR CHECKING PURPOSE, DELETE IT ******************************//
Add Comment
Please, Sign In to add comment