/ Published in: PHP
Open a comma delimited text file then read each line and break apart by delimiter
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.
coggla on 01/20/08
2 people have marked this snippet as a favorite
Open a comma delimited text file then read each line and break apart by delimiter
Subscribe to comments
You need to login to post a comment.
Streuth!
This code should read: fclose($read);
not fclose($textfile);