I've been looking for some really, really simple php script, but all i find has something to do with mySQL.
I'm not a programmer so I'll try to describe what I need.
What I want is to relate two text files
File 1:
ID|Book Title|Description|Price
File 2:
ID|Synopsis|ImageFile
All I want is to display the formatted fields anyway I want using php.
Any suggestion will be highly appreciated.