Evan G.
78a1c42ed1
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. |
||
---|---|---|
LICENSE.txt | ||
README.md | ||
fetch-json.php | ||
fetch-sql.php | ||
guestbook.css | ||
index.html | ||
index.xml | ||
submit-sql.php | ||
submit.php |
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.