Comments

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
ssj4gogita4
Forum Newbie
Posts: 11
Joined: Wed Mar 31, 2004 9:03 pm
Location: TX
Contact:

Comments

Post by ssj4gogita4 »

Anyone know how to put comments on the home page. For example, after I put the updates/news...I want to let people comment on the day or something. Anyone know where I can get information on that?
Steveo31
Forum Contributor
Posts: 416
Joined: Sun Nov 23, 2003 9:05 pm
Location: San Jose CA

Post by Steveo31 »

Sure. It's just a table loop with info added/retrieved from a database. You talkin about the ones like on php.net and mysql.com?
ssj4gogita4
Forum Newbie
Posts: 11
Joined: Wed Mar 31, 2004 9:03 pm
Location: TX
Contact:

Post by ssj4gogita4 »

I guess...I just want comments :?
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

Did you code the news part yourself?

if so, it should be easy to add.
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

Post by anjanesh »

Either way you can't do this on the client side(Javascript etc). You need to connect mysql db in a php code and store the comments in a db or open plain text files & store the comments all in 1 txt file.
Post Reply