add github link to guestbook readme

This commit is contained in:
emma 2024-12-19 17:54:10 -05:00
parent ea2e4b67b9
commit 075be262f4

View File

@ -1,5 +1,7 @@
# PHP Guestbook
[github link](https://github.com/dolloffk/guestbook-csv)
This is a flat-file PHP guestbook that uses a CSV file to hold all the entries. It has an admin panel where you can optionally approve new comments and reply to them. There are quite a few anti-spam measures built in, but this is designed for my use case, which is a smaller website, and as such may not be as effective for websites that get a lot of traffic (and, by extension, a lot of bots).
It's not the slickest code, but it does what it needs to do!
@ -20,4 +22,4 @@ It's not the slickest code, but it does what it needs to do!
## Troubleshooting
- If stuff doesn't look like it's working after you test your first entry, download and inspect the entries.csv (or queue.csv) file. Sometimes the first entry will get stuck to the end of the header line instead of being put onto its own line. Just hit enter, save, and upload again, and it'll be good to go for all subsequent entries. This *shouldn't* happpen, but you never know...
- Please let me know about any other wonk so I can fix it.
- Please let me know about any other wonk so I can fix it.