A PHP Guestbook
Go to file
Evan G. 78a1c42ed1
Seperate Fetch-JSON and fetch-SQL
This seperates the two HTML fetches to fetch-sql.php and fetch-json.php, this even means I could use both, or even provide an option to select between the submisson types. I think that however would be too much for me to maintain, so I will only use one or another. I do want to work on the datatype, and using .ini configuration for SQL and for selecting the datatype by default. If there are optimzations I can make to my SQL querys, I will try to implment those, however I know of none such optimzations.
2024-06-10 16:04:25 -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
fetch-json.php Seperate Fetch-JSON and fetch-SQL 2024-06-10 16:04:25 -05:00
fetch-sql.php Seperate Fetch-JSON and fetch-SQL 2024-06-10 16:04:25 -05:00
guestbook.css Make submodule 2024-05-19 12:06:49 -05:00
index.html Seperate Fetch-JSON and fetch-SQL 2024-06-10 16:04:25 -05:00
index.xml Fix Link 2024-05-30 12:14:43 -05:00
submit-sql.php Don't Allow Duplicated messages 2024-06-10 14:47:35 -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.