Parsing a .txt file with PHP?

  • Thread starter Thread starter Zanarkend
  • Start date Start date
Z

Zanarkend

Guest
I would like to know the strip of code that tells PHP that the first character in a txt file is the delimiter for the entire file. So for example
;Hat;10;hat.jpg
Coat;50;coat.jpg

So that ; would be the delimiter.
 
Back
Top