I am building a simple guestbook that just appends the entry to the existing page and everything works except when I just hit refresh it adds a blank entry to the book. how can I get it to check for entries but still keep it all on one page?
Your code that processes the POST needs to check for blank variables, and to not post an entry unless it's filled in.