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?

link|improve this question

Until I saw the suggestion of using Disqus, I thought you were referring to <!-- comments --> or /* comments */. I think if you phrased it "functionality to allow users to leave comments" it would save others the brief WTF moment I had. Or maybe it's just me. – Phantom Watson Jan 9 '09 at 20:23
feedback

1 Answer

up vote 5 down vote accepted

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.

link|improve this answer
I just added Disqus support to my blog. It took less than 15 minutes. – Brian Clapper Jan 11 '09 at 5:34
Thank you for the tip, worked like a charm and my brother can administrate it by himself. – maz Jan 13 '09 at 21:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.