A PHP Guestbook
Go to file
Evan G. 0ee662067d Add comments & Update URL Sceheme
This adds many comments to submit-sql.php file (previously restore.php), and renames the file, this is the start of this, and thus pulling from the SQL database is not yet supported. I also do not have checking for duplicates, but I feel like that could be done in-database. This is currently using a development SQLite database, and will eventually use postgresql. I need to find out a way to obscure credentials to PostgreSQL, maybe loading it from a ignored file, which would be git ignored? The SQL Implmentation is not production-ready, and also I need to figure out a better solution when switching from JSON TO SQL, as I plan to support both in this project. There needs to be alot of refactoring done in the submisson code, as this is just a *really* early draft.
2024-06-09 15:39:05 -05:00
LICENSE.txt Add License 2024-04-26 17:15:25 -05:00
README.md Add README 2024-05-19 12:12:27 -05:00
guestbook.css Make submodule 2024-05-19 12:06:49 -05:00
index.html Add comments & Update URL Sceheme 2024-06-09 15:39:05 -05:00
index.xml Fix Link 2024-05-30 12:14:43 -05:00
submit-sql.php Add comments & Update URL Sceheme 2024-06-09 15:39:05 -05:00
submit.php Make submodule 2024-05-19 12:06:49 -05:00

README.md

A Really cool guestbook made by fbievan! See https://fbievan.live/posts/phpguestbook/ for my thought process while making this

This by default uses readable.css of the theme from the root of the web directoy. Then I apply extra theming ontop of that with guestbook.css.