Hello all,
Really interested if anyone knows of any pre-compiled or pre-built demo applications that could run on a MySQL back-end with a web-based front-end?
Ideally, it would be really, really simple having a web front-end that attaches to the database and just either reads data from it (or even enter data into it). Nothing too flash.
I'm thinking along the lines of a LAMP (Linux, Apache, MYSQL, PHP) install but I'm not a developer so if I have to build something I'll probably be out of my league here

Does MySQL/Apache etc. have sample/demo databases with a web-front end application that could be fired up and installed without having to build the environment?
Years ago I remember M$ had the PetShop .Net app running on a SQL2000 environment easy to setup and simple enough to showcase the database and a simple front-end. A colleague wrote a small .NET app to just read the data from it and continuously scroll the data in a text box which was fine. Something like that on Linux would be perfect.
Thanks in advance.