+ Reply to Thread
Results 1 to 2 of 2

Thread: I have a web page that uses html codes. Is there a code that can allow...

  1. #1
    Paut is offline Junior Member Paut is on a distinguished road
    Join Date
    Jan 2010
    Posts
    1

    Default I have a web page that uses html codes. Is there a code that can allow...

    ...web visitors to leave comments.? I want to definitely be able to have one for the whole site, but I'm putting a lot of photos up, so if anyone can know how allow a comment box to be put on each pic, please let me know.

  2. #2
    raina_vissora is offline Junior Member raina_vissora is on a distinguished road
    Join Date
    Jan 2010
    Posts
    9

    Default

    No... there is no HTML code that lets your visitors leave comments. HTML is a markup language. It only controls what is displayed on the page. It can't actually do anything interactive by itself.

    If you want people to be able to comment, you're going to need to look into using a language that can access and store information in a database (in addition to actually having a database). This would be something like PHP, ASP.net, etc. Or you can hunt around for a free "guestbook" site. They basically do all the hard work for you, and all you have to do is put a link to your guestbook account on your own site.

+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 02-15-2010, 04:40 PM
  2. Replies: 0
    Last Post: 01-29-2010, 04:18 AM
  3. Replies: 0
    Last Post: 01-13-2010, 09:25 PM
  4. How to put php code in HTML page?
    By Santipheap K in forum HTML/CSS/DHTML
    Replies: 0
    Last Post: 01-08-2010, 03:19 AM
  5. How i put your ad code in html page?
    By Apurbo in forum Web Hosting Support
    Replies: 2
    Last Post: 09-19-2008, 06:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts