Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ultirequiem/basic-php-form-db

🐘 Simple comment system with PHP + SQLite 3
https://github.com/ultirequiem/basic-php-form-db

live-coding php

Last synced: 30 days ago
JSON representation

🐘 Simple comment system with PHP + SQLite 3

Awesome Lists containing this project

README

        

# Basic PHP Form that writes to SQLite 3

First, create a new SQLite 3 file:

```sh
sqlite3 form_log.db
```

Run it however you like, eg:

```sh
php -S localhost:8000
```

Then everything is working 👍

## Live Coding 📷

[![Live Coding](./live_coding.png)](https://youtu.be/tjFvfxaQd_k)

[Link](https://youtu.be/tjFvfxaQd_k)

## License

MIT