79Views1Replies
How to create a databse maker in html?
So I play a game where if I need to report someone, I put it in a log, pretty much a table. I did this in html because I'll probally put it up on the website, so I was wondering if there were anyway to make a table maker?
I want it to have 5 text fields and a submit button, so if I were to put in my name, the accused, the reason, the proof, and the action, and pressed submit, it would display it on the page, and it would save into the localhost. Is this possible? This be'd so much easier than having to do it manually.
Comments
7 years ago
Do a little google about perl or PHP. They would really help here. As per my knowledge html alone won't do.