Hi Guys,
Just in the process of learning PHP and I am wandering if I need to learn more when finished to complete a certain process.
I apologise if this explanation is pretty naff but I cant think of how to word it, but here goes:
So what I am looking at doing with a script is creating a place to display information about games,
So what I am thinking is there will be a backend where I can kind of add a new game then inside there I can add news articles, videos, images etc.
The one thing I cant wrap my head around is if I were to display like trophies for the games like the PS4 trophies, how this would work.
So I imaging the backend to be like 'add a game button' then when I click that I get a setup page where I can enter the title, developer, age rating and so on. With the trophies obviously what I am thinking is a text are that will say how many trophies does the game have?
So in there I enter let's say 20 then this will add me 20 slots in which I can enter the trophy title, description and points. So my question is when you are creating a form like this where it works off an action like me entering 20 and it producing 20 slots can all this be done with PHP or do I need to be using other code also?
Hope that explanation is decent enough.
Huge thank you for any advice in advance.