How do I create a comment system in HTML that allows users to post comments on my page by just typing in a name and the message, Id be really thank full if someone could help.
You can't do it with just HTML. You need a server side language (like PHP, or Microsoft's ASP framework) with a database (PHP with MySQL, or ASP with LINQ) to make a comments system.
You can't do it with just HTML. You need a server side language (like PHP, or Microsoft's ASP framework) with a database (PHP with MySQL, or ASP with LINQ) to make a comments system.
You can't do it with just HTML. You need a server side language (like PHP, or Microsoft's ASP framework) with a database (PHP with MySQL, or ASP with LINQ) to make a comments system.