Guest User

Untitled

a guest
Nov 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $file = fopen($targetFile, 'r');
  2. while(($row = fgetcsv($file)) !== false){
  3. echo "<pre>";
  4. print_r($row);
  5. exit();
  6. }
Add Comment
Please, Sign In to add comment