Guest User

Untitled

a guest
Oct 21st, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php
  2. $read = file("Book 1.csv 1");
  3. foreach($read as $line){
  4. echo $line .",";
  5. }
  6. ?>
Add Comment
Please, Sign In to add comment