Page 1 of 1
Comments
Posted: Fri Apr 09, 2004 11:40 pm
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?
Posted: Sat Apr 10, 2004 1:14 am
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?
Posted: Sat Apr 10, 2004 12:30 pm
by ssj4gogita4
I guess...I just want comments

Posted: Sat Apr 10, 2004 1:16 pm
by d3ad1ysp0rk
Did you code the news part yourself?
if so, it should be easy to add.
Posted: Sat Apr 10, 2004 1:35 pm
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.