I'm looking for ways of improving a dynamic but database free website that can store content/images in files but not in a database (hosting issue).
Every page on the site is actually the same page displaying content from various sources with a price comparison feature that "does the math" right there on the page. It also "does the math" on a performance report based on what options a user chooses. As far as code goes it's pretty slick and speed is not an issue but it doesn't feel complete without... more features.
User reviews without a database?
User ratings without a database?
Social media interaction without a database?
You get the idea - basically no data can be stored (besides images via the php copy command) and watever is added must be called upon with a file include so it can't be overly complicated. Any suggestions on what to Google ?