Is it possible to add data to a SQLite table using an HTML form?

  • 2
    either you work only with the client part, or with the server part, or you combine both. SQLite server technology. For you, only 2 last options are suitable. - Vasily Barbashev

1 answer 1

without using php

yes of course possible. You can write the appropriate code in any script language that your http server supports.

using HTML form

no impossible. To make changes to files located on your server , on it (the server) some script (program) must be executed, which will make the necessary changes.