I'm fairly new to coding in HTML, and I need some help. I want to make a page with forms, where people can type in names and image urls, then when they hit submit, a new page is created with some of that info in certain parts.
I need to know how to make some kind of script or something to replace an <!-- Image 1--> comment with <img src="(inputted name)">, and how to make a script create a new file, can anyone help? Thanks.