Forum Moderators: bakedjake
I have a problem, I'm trying to make a photo page for pictures of bands that people can search.
I have text file called database.txt
The database is set up like:
image_path:photographer:keywords
For example..
[myserver.com...] John:apple, fruit, red
I'm trying to do a search on this text file and then display the results on the screen as a table with images...having problems..
Any ideas?
Thanks.
<added>I've noticed: there may be trouble, since your separator (:) is being included on a field (address); I'd suggest to redesign the format. </added>