From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 16DB1138CC5 for ; Tue, 24 Mar 2015 16:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 057BEE09CA; Tue, 24 Mar 2015 16:44:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00CD0E09B6 for ; Tue, 24 Mar 2015 16:44:13 +0000 (UTC) Received: from [192.168.1.100] (c-98-218-46-55.hsd1.md.comcast.net [98.218.46.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mjo) by smtp.gentoo.org (Postfix) with ESMTPSA id 44B54340A0D for ; Tue, 24 Mar 2015 16:44:12 +0000 (UTC) Message-ID: <55119452.6020101@gentoo.org> Date: Tue, 24 Mar 2015 12:44:02 -0400 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] CSV or mysql table as spreadsheet-like web page References: <551180F3.8010707@gartencenter-vaehning.de> In-Reply-To: <551180F3.8010707@gartencenter-vaehning.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: f8f67213-01cf-46bc-a0c7-a71e4d3531e0 X-Archives-Hash: 551960850c78b1d5eac2eb68044481c7 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.