Advertisement
Guest User

Untitled

a guest
May 29th, 2013
98
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.     $line = file("myfile.txt" ,  FILE_IGNORE_NEW_LINES);
  4.  
  5.     var_dump( $line );
  6.  
  7.  ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement