First post ...

I have some data that is currently passed around in a spreadsheet that people pull off of a server as needed.
I would like to have that data be displayed and edited in a more 21st century appropriate manner.
Since it is tabular data (spreadhseet works great) I am assuming a table loaded with the data?
That would allow displaying the data, how would you go about editing the data (I am assuming a read-only page and an edit page).

I am not even sure where to start other than I know the data should be displayed (and potentially edited) on the web.

Any and all help greatly appreciated.

You can use SQLite or MySQL as your database. I do not recommend a file, if multiple users will be accessing it.

Then you can use a tool, or write code yourself to allow editing.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.