Log in

View Full Version : comments in web page



illustratedcrap
05-15-2006, 10:14 PM
Hi,

I want to do a blog using dreamweaver, and how do i add it so that i can have people post comments after each entry is there a script for that?

djr33
05-15-2006, 11:12 PM
I wrote something like this using php. It isn't very simple, but works smoothly.

http://dynamicdrive.com/forums/showthread.php?t=8786

That's a request for a comments script in php, followed by my script.

Alex has updated it with a function to count the number of comments for each item, so you might want that as well.

It's not a terribly complex script, but it'll do a reasonable job.

If you want an update to it, let me or alex know... shouldn't be hard to get a copy of the new version.

illustratedcrap
05-16-2006, 04:33 AM
TO: djr33
Professor

THANK YOU FOR THE EXCELLENT REPLY.

I have no php experience heh heh:D but will start learning enought to put that together, if i have more problems i may ask for more help.

Again,
thank you,
--Jan

djr33
05-16-2006, 08:17 AM
Sure. Hope it works well.
Again, it's not like there are a lot of features, but it works well enough :)
Good luck :)

mayde
05-17-2006, 06:24 PM
You should check out haloscan.com (http://www.haloscan.com). They'll give you free comments and/or trackback, and it's just a matter of copying and pasting some code.

(That is, if you're not already using djr33's excellent coding!)

djr33
05-18-2006, 03:39 AM
Hmm... intersting. I wouldn't like to rely on another website... they may take the info and sell it (email addresses and such) or something else along those lines, but I have no clue.
It certainly will have more features than mine.
Probably worth looking at, depending on your needs :)