How Do I Allow Users To Post Pieces Of Text On My Html Style Site That Anyone Can View?
I have an html site and I want to make a forum section on my site, but I don’t know how to make user accounts yet so for now I want to make a forums section on the site, but I don’t know how to. How can I do this? And if you know how, please tell me how to allow user accounts.
Tagged with: HTML • Pieces • Post • Site • Style • Text • That
Filed under: HTML
Like this post? Subscribe to my RSS feed and get loads more!
You need a database to store the “text” that you want others to see, and to store user accounts. You can use pre-built forums people have built using PHP. So maybe you need to learn to use PHP and SQL. You can download PHP for free, and same with MySQL database. Then download SQLyog to connect to the MySQL database as a front-end. All this stuff is for free, just google it.