Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: I have a few questions for my website.  (Read 3632 times)

0 Members and 1 Guest are viewing this topic.

Tillion

  • Guest
I have a few questions for my website.
« on: January 20, 2008, 11:45:31 PM »
Hi, I was wondering a few things. First off I would like to know if anyone knew how I could make comments for my website like youtube how you can comment on a video. Also I would like to know how to let viewers rate things such as how you rate a video on youtube. If you have anyother suggestions for me my website is www.phazzo.com.
« Last Edit: January 21, 2008, 07:41:03 AM by Tillion »

michaewlewis



    Intermediate
  • Thanked: 26
    • Yes
    • Yes
  • Experience: Expert
  • OS: Unknown
Re: I have a few questions for my website.
« Reply #1 on: January 21, 2008, 04:26:00 PM »
best way to do that is with php and mysql.
For comments, you would need a form to submit comments into a mysql database to store the comments. then to display them, you will need a php program to extract the info from the database and insert it into the comments page.
a rating system would be very similar.....

Tillion

  • Guest
Re: I have a few questions for my website.
« Reply #2 on: January 21, 2008, 05:30:00 PM »
best way to do that is with php and mysql.
For comments, you would need a form to submit comments into a mysql database to store the comments. then to display them, you will need a php program to extract the info from the database and insert it into the comments page.
a rating system would be very similar.....

Do you know any good site for those things or do I make them.

michaewlewis



    Intermediate
  • Thanked: 26
    • Yes
    • Yes
  • Experience: Expert
  • OS: Unknown
Re: I have a few questions for my website.
« Reply #3 on: January 21, 2008, 06:55:25 PM »
one site that I know of is www.phpbuilder.net. They have a bunch of scripts you can use to get going. Do you know anything about php/mysql programming?

Tillion

  • Guest
Re: I have a few questions for my website.
« Reply #4 on: January 21, 2008, 08:09:19 PM »
Alright ty I ll check it out.