Good Morning!
While I realize I’m not a genius when it comes to coding, my main issue is figuring out precisely what coding languages I will need to undertake the vision I have in my head.
Basically, I wish to create a PHP forum for gaming that has an exceptionally high level of interactivity. One of these levels is that members of the forum will be able to add to a large wiki and create their own worlds/races/cultures.
I was researching the $myfile function in PHP and was wondering if this would assist in this manner.
In order to join, you would fill out a form.
When you fill in certain required information on the form, I’d like there to be an option to “Create Your Own.” For instance.
What Race Are You? [Select from Drop Down Box: Angel, Demon, Werewolf, Centaur, Elf, Dwarf, etc.] or [Click button to Create Your Own!]
Without leaving the page[AJAX?], I’d like another smaller form to populate beneath the original question: “What Race Are You?” asking specific questions regarding their original/unique race.
What do you call your race?
What physical features define your race?
What land does your race dwell in?
Where is your race originally from?
What language does your race speak?
Please upload a picture of your unique race: [Upload] [Submit]
Upon answering these questions, I’d like it to create a page in my wiki/on my website that displays the information they filled out in a structured way (to fit in with the overall theme of the site). Once they are finished with the race creation, they can move onto the next question in the character registration.
“What is your character’s name?” etc etc.
Would this be PHP or AJAX or some other language?
Thank you!