Help with using forms - HTML?

  • Thread starter Thread starter Grizzley g
  • Start date Start date
G

Grizzley g

Guest
How do I create a form wherein I can have users add certain comments that are visible on the same page?
I'm talking almost like a youtube comments box, wherein after you post the comment, it is shown on the same page.
What I want, however, is a simpler version of the same.
The users will only enter a URL address and a nick if they wish. This information that they enter, I wish it to be visible to anyone who visits the site.
Please help.
Thanks!
 
This will require more coding then a form in HTML alone. You would need to set up a database where the data will be stored and a read/write system. I suggest something like php or asp; that should do the job.

If you're not a big fan of coding, I'm sure somewhere you can get a script to do so...
You can also use a blogging system like wordpress which could work in a similar way.

Hope this helps
 
Back
Top