Click to See Complete Forum and Search --> : How do you...


super4nova
06-22-2006, 03:02 PM
How do you make a kind of like a post comment section for things. Like lets say theres a video and theres a little form to post a comment and you type something and submit and it goes on page?

ray326
06-22-2006, 03:16 PM
Big, open-ended question. Check out http://opensourcecms.com for a CMS that does something like you describe then rummage through their code.

Albert_chu
06-23-2006, 01:11 AM
there are alot of free programs on the net with a code where u can just paste into your website and have that type of feature. just try searching for them on google.

cjm771
06-23-2006, 01:31 AM
a lot of sites provide comments scripts, but you can make it yourself with a knowledge of a server-side language such as PHP and a database to store the comments, author, time, date and etc such as MYsql.

bathurst_guy
06-23-2006, 03:58 AM
Yes I recommend learning PHP & MySQL, they're quite easy to learn and will benefit your web creation for ever. A good start off tutorial can be found at www.w3schools.com

super4nova
06-23-2006, 01:47 PM
omg im so sorry but i cant find anything that will really help =(

the tree
06-23-2006, 01:58 PM
O.k. first things first. You will want to check with your host what they support in the way of server-side scripting and maybe, databases.
Something like PHP will make this really, really, easy.