views:

116

answers:

1

My little brother just asked me to help him add a comment functionality to his web page. The server has PHP5 and MySQL.

What I'm looking for is a way to help him out without actually having to do too much work.

He wants the comments to be integrated into a existing page, but it doesn't mater if the solution is self hosted or a third party service.

Any suggestions to help me weasel my way out of programming PHP?

+5  A: 

The easiest thing is to use disqus (there probably are other similar services). They handle all the logic, you just have a little bit of code to embed.

rz
I just added Disqus support to my blog. It took less than 15 minutes.
Brian Clapper
Thank you for the tip, worked like a charm and my brother can administrate it by himself.
maz