What I want to do:
1. Take the input from a form and generate a page according to a template.
2. Page must be a separate file, with a name generated on the fly.
3. Another page (essentially an index) must be updated with a link to the new file.
I'm not sure what the best way to do this is. I want to say php, but I read that php couldn't do the file manipulation I wanted. So, what should I do?
Form Here