Mobile app version of vmapp.org
Login or Join
Gail5422790

: Simple database edit webpage recommendations It's been a long time since I've made something like this, I'm just wondering if I'm not re-inventing the wheel. My client currently has a bunch

@Gail5422790

Posted in: #Database #Php

It's been a long time since I've made something like this, I'm just wondering if I'm not re-inventing the wheel.

My client currently has a bunch of data in an excel file and wants this to be on the web for various reasons (needs to be able to edit it from pretty much anywhere, multiple users, etc...). Also needs to be able to generate reports and some custom functionality.

I'm planning to build this from scratch in PHP, but are there any building blocks I can use? Something that already has a way of (nicely) listing table entries and editing them etc... would be a good start.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Gail5422790

1 Comments

Sorted by latest first Latest Oldest Best

 

@Moriarity557

Have you checked that Google Spreadsheets doesn't already do what you want?

It would certainly allow a spreadsheet to be edited from anywhere and by multiple users.

You may also be able to use their api to extend what it is being used for.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme