Commenting 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
Altec_
Forum Newbie
Posts: 2
Joined: Fri Feb 11, 2005 2:44 am

Commenting Script

Post by Altec_ »

I'm looking for a nice clean commenting script, written in PHP with a backend of MySQL. I want something very simple, I don't want anything like emoticons. This will be for a blog (so it needs to be able to handle a new comment table (or the like) for each post). I like the ones in some blogging scripts but I just want the comments chunk. The one I have at the moment is JavaScript & a text file which isn't cutting it.

Altec_
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

take a look around http://www.hotscripts.com
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

General Discussion is not the place to ask for a script.

Moved to PHP - Code.
Altec_
Forum Newbie
Posts: 2
Joined: Fri Feb 11, 2005 2:44 am

Post by Altec_ »

Bech100 wrote:take a look around http://www.hotscripts.com
Yes, I have been. The most likely category is Blogging, but after looking though there, and finding nothing that sounded like it would suit, I came here.

Something like the script here http://www.project-angel.com/index.php?pa=root would be good.
Post Reply