For fun, I am creating a sort of microblogging webapp where people can comment on certain things.
The
basic "What is your opinion on this?" should be easy doable with just
PHP (input the data in the database).
Along with that I want to create a statistics page, also easy doable with
PHP. But what if I want to update that page in
…