You really need to be able to install some php code on a webserver to do that. A PIC16F877A can send stuff to a webserver though GPRS by http, ftp or email, but you would be adding a lot of complication to the PIC16F877A code if you had to conform to a blog format. It would also be difficult to get charts drawn.
You would normally have some code on the server that would store what the PIC sends in a database, and then have other code that would take that data and draw a graph from it.