Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ultirequiem/basic-php-form-db
- Owner: UltiRequiem
- Created: 2022-12-18T14:03:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T15:17:47.000Z (about 2 years ago)
- Last Synced: 2024-12-04T05:36:34.832Z (about 1 month ago)
- Topics: live-coding, php
- Language: PHP
- Homepage:
- Size: 748 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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