Hello,
I have a file, which I have no problem getting the data out of, but what I'm not sure is how to get at the data on each line. Basically each line has a name and number seperated by a comma.
I know this is probbaly very simple, but other than going through the line char by char I can see any way of doing it.
Many thanks for any help,
RedRasper
Getting comma seperated data
Moderator: General Moderators
try looking up explode on http://www.php.net