Possible to create "fake" forum (for prototyping) using html, javascript, jquery, css? [closed]
- by htmlNewbie
I am trying to figure out if it might be possible to create a small forum without any use of a database and php coding.
I have created a small (local and will only be local) webpage with a couple of menus. I have a forum button which will take me to another .html location.
Here i would like to create something that looks like a forum and which you somewhat could interact with like a forum, without any database or PHP.
I would probably want/need a form with a heading and text input. When i have given some input, i want it to be displayed as a thread, probably on top of the other threads (which will have to be created beforehand).
When I refresh the forum will obviously be set to default, without saving what i just entered since I'm not using a database to save any data. So the new posts will not be saved, just displayed, neatly, when submitted.
I'm doing this webpage with forum just as a prototype, and that is why it doesn't have to work as a professional forum. :)
Would be very thankful for some tips, tricks, ideas or links to helpful threads.