mercredi 4 mai 2016

Web-based database using Python and PHP

So I've created a simple database-system in python and sqlite, which can be run from a python shell, but now I have to make it runnable from a web browser.

I've been thinking of implementing it by making the user ask for certain information (e.g. SELECT * FROM table1), and then the python script would return the answer from the sqlite database file.

So what would be the best way to approach this project, and what platforms should I use?

(The program will be in a small-company [1-5 people] use, so it doesn't have to be that huge)

Aucun commentaire:

Enregistrer un commentaire