How to setup user comments.

liunx

Guest
I can only do the very basics of web design. What I would like to setup is so people viewing my page can leave a comment about comments I have made on my page.<br />
<br />
For example:<br />
<br />
Page one: I have a comment "what did you do for the weekend:."<br />
<br />
Under this there is options "View Comments" and "Add comments"<br />
<br />
When view is clicked it will go to another page showing the question and the comments. And also previous questions and comments in date order.<br />
<br />
Add comments will take them to some kinda form.<br />
<br />
..........<br />
<br />
My question is how would I go about learning to create this? what would I use? I have a idea I need to use PHP but I have no clue what that is and I have limited experience with forms. Does anyone have an example of something similar I can view?<br />
<br />
Thanks for your time<br />
<br />
Jess<!--content-->yes something like php is what you need. php is easy to learn. the form is basically html but wehen you post the form that is when php takes over. you have to decide where you want to put this info, either a text file or a database. prefferable a database. what you want will take some time if you are a newbie but for a experienced programmer it will take about 10 minutes. I will be glad to help but I will not write it for you.<br />
<br />
also make sure you host supports php and has mysql<!--content-->have a look at <!-- w --><a class="postlink" href="http://www.cafelog.com">www.cafelog.com</a><!-- w --><!--content-->Thanks for the help. That link posted is pretty close to what I am trying to do but probably much simpler.<br />
<br />
I would prefer to figure it out for myself now that I have been pointed in the right direction, as I will learn alot more that way.<br />
<br />
I will come back if I run into any problems<br />
<br />
Thanks.<!--content-->what you are looking for i believe is a shoutbox.<br />
do a search on google.com you'll find a bunch of results.<!--content-->
 
Back
Top