Help with a php Comment Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nimzrocks
Forum Newbie
Posts: 9
Joined: Mon Feb 08, 2010 1:05 am

Help with a php Comment Script

Post by nimzrocks »

I have a web site. It is all about tutorials on computer tech stuffs. Now I need to add comment feature on every article I write. I'm really sick of finding a good tutorial on php comment script. I found some scripts but they are putting their ad on my web site (I hate it). So can anyone guide to add php comment to my web site ? please help me

Thank you very much
limitdesigns
Forum Commoner
Posts: 25
Joined: Sat Feb 06, 2010 9:05 pm

Re: Help with a php Comment Script

Post by limitdesigns »

Why don't you just use content management software like Wordpress? Unless you're doing something really complicated, there's probably software out there that will do it for you.

If you're not willing to use third-party software, I don't know how much I can help you without knowing the structure of your website. (is it dynamic or static? how are you storing data? etc etc)
nimzrocks
Forum Newbie
Posts: 9
Joined: Mon Feb 08, 2010 1:05 am

Re: Help with a php Comment Script

Post by nimzrocks »

Thank you so much for your reply. It is a static web site. Ok can I use Wordpress content management for my only comments feature in my web site ?

Thank you
limitdesigns
Forum Commoner
Posts: 25
Joined: Sat Feb 06, 2010 9:05 pm

Re: Help with a php Comment Script

Post by limitdesigns »

If it's static, it will be pretty hard to integrate dynamic comments onto your page. My suggestion: use Wordpress or something similar. The page editor accommodates HTML so you can copy everything you have on your static pages into the editor and it will make them dynamic, and automatically allow comments.

If you're completely unwilling to do this, then you could have a PHP script that checks the page url, and displays comments from the database accordingly.
nimzrocks
Forum Newbie
Posts: 9
Joined: Mon Feb 08, 2010 1:05 am

Re: Help with a php Comment Script

Post by nimzrocks »

My web site is not finished yet. It is static but I can make it to dynamic. I can change .html to .php every files. If so can I use word press content management for my site ? (Only for comments) Please tell me how to do it.

Thank you
Post Reply