I am basically trying to redo in PHP something I already did with webDNA/webcataloge in 1997/98.
I guess I can learn some PHP at the same time. It is probably easier when I aknow what I want to do.
I have a tab delimited txt file .. and I can xml tag it if needed. The file is output from a database that contains all the info needed. This is supposed to be a product catalog.
There might even be some similar code available already. I am pretty sure if there is. I am probably not the first guy who wants to do this based on a flat file database in txt format.
So what I am bascally asking is: You guys know of some code examples and stuff that can do what I need it to do?