adilmchoudhury

File output php

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