On 03/24/2015 11:21 AM, hw wrote: > Hi, > > how would you go about creating a web page from either a CSV file or a > table in a mysql database which presents the data to a user and lets > them edit some of the data, preferably with the ability to use formulas > like you can in a spreadsheet to do some calculations on the fly? > > Once editing the data is finished, it should all be saved to a table in > a database or as a CSV file. > > Is there some php script or the like which can do this or get me started? >
The lazy solution: phpMyAdmin.

