Hey Folks:
Anyone know of a php script that will do the following?
I want to udpate product prices on my web site using a simple flat file (we store our product prices in Excel). Our product line and product descriptions rarely change, but the product prices change often, so a database back-end is not necessary...hence the need for just a flat file.
I would like to embed my web product pages with php tags(?) so that whenever I uploaded this flat file, all the html pages with embedded tags would be updated via php script.
Is this possible? I looked at the database archive here and did not find anything that would do the trick.
Any help would be appreciated.
CJ
A PHP newbie