Ok I have a data similar like this, written in a single text file..
BOX,12
CAN,99
.... and so on.
Now I want to execute those into mysql tables using explode() what will not be a problem.
But anyway, any ideas how can I grab row per row (line per line) from a text file into PHP?