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: 4 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T15:17:47.000Z (over 2 years ago)
- Last Synced: 2025-03-26T13:12:43.388Z (4 months 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 📷
[](https://youtu.be/tjFvfxaQd_k)
[Link](https://youtu.be/tjFvfxaQd_k)
## License
MIT