Comment System

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Carly Jung
    New Member
    • Aug 2011
    • 2

    Comment System

    I am wondering if somebody knows about a free (or cheap) php/mysql comment system that can be added to web pages.
    I am interested in a comment system that allows replies, rating and allos also the user to load an "avatar" or his/her picture.

    Thanks,

    Carly
  • Bharat383
    New Member
    • Aug 2011
    • 93

    #2
    you can develop it yourself.
    if you know php and mysql then i suggest you some logic and details.

    make database in MySQL with these tables :
    1-> user_master :: fields --> id,username, password,avatar ,address,city,m obile,

    2-> Message :: fields --> id, message, post_by_user, post_date,

    3-> comment :: fields -->id, message_id, user_id, comment_descrip tion, comment_date,

    Comment

    Working...