|
Hi Tony,
I applaud your desire to learn and write your own comment/shout box. If you have no experience with actual programming you'll find it hard to write one from scratch. It would require using a server side scripting language and probably a database. Two very popular ones are PHP (scripting) and MySQL (database).
An alternative is to use a ready made one. If you search a site like Hotscripts or even just Google for something like 'php comment box' or 'php shout box' you should find lots.
Thanks,
John.
|