473,383 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

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
Aug 6 '11 #1
1 1695
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,mobile,

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

3-> comment :: fields -->id, message_id, user_id, comment_description, comment_date,
May 17 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Sean | last post by:
Hello, I have the following class: Public class INFO <xmlElementAttribute("ALM_INFO",GetType(ALM_INFO), <xmlElementAttribute("COMMENT",GetType(System.string()), Public Items() as object...
3
by: RickyJack | last post by:
Using XML comments with the following code works correctly: using System; using System.Runtime.InteropServices; namespace test { // /// <summary>Summary description for temp1.</summary>...
6
by: Biva | last post by:
Hello All, Please help. I get the following error from my webpage: System.InvalidCastException: Specified cast is not valid. at Time.MaintAtRiskProjects.UpdateProject(String Project, String...
3
by: S?ren Olesen | last post by:
Hi If you in Visual Studio (VB) write String.E then you'll get a list of possible methods and for each method I get a small ToolTip describing the method.... How do I add information to my...
6
by: frizzle | last post by:
Hi there I've built this user management system, using PHP & mySQL, to manage users that can comment on a certain site. Users have to be logged in to comment. Below each comment is (how...
3
by: forest demon | last post by:
for example, let's say I do something like, System.Diagnostics.Process.Start("notepad.exe","sample.txt"); if the user does a SaveAs (in notepad), how can i capture the path that the user...
2
by: =?Utf-8?B?TmF0aGFuIFdpZWdtYW4=?= | last post by:
Hi, I am wondering why the .NET Framework is quite different from Win32 API when it comes to displaying system modal message boxes. Consider the four following types of system modal message...
5
helimeef
by: helimeef | last post by:
I designed a little PHP/MySQL forum (just for fun), and I have commenting set up and top threads on the homepage and whatnot. I'm relatively new to PHP, and this is the biggest project I've done, but...
14
by: Siv | last post by:
Hi, Just busily coding away and removed a procedure from my code and all of a sudden an error came up miles away from the location of the piece of code I removed and it relates to the XML...
2
by: EmmaEliza | last post by:
Does anyone know where I can get a free comment script that doesn't require Mysql. Like a comment system used on blogs and stuff like that ?
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.