Forum Moderators: phranque
But I would like to let users comment on general web pages on my site. Is there a server side easy to install package that I can put on my web pages, that will allow users to comment on them? I'd like the following features:
- Visual Image Captcha on comment entry
- Email notification of comments
- PHP/MySQL driven
Anybody know of something that does this?
Thanks.
You might be able to integrate WordPress, an open source PHP/MySQL blog software package, into your site to achieve that goal. Basically instead of using the basic blog template that they provide you could just grab the part that displays the blog entry and comments and plug that into your existing pages. Then you could still use the WordPress software to manage the posts and comments.
Or does anyone know an 'easier' already existing solution to this problem?