I recently got into PHP, mostly using HTML and a bit of Javascript before (so not used to all the programming functions and variables of PHP! But I'm getting the hang of it, slowly...), and I am curious about some things.
My first curiosity is whether it'd be possible, via PHP, to make ye olde fashioned Text Adventure (or whatever they call it these days)?
What I'm picturing is sort of... block of text at the top, then a form to type into, and once your commands are put through the form, the text block changes appropriately, etc. etc. And possibly your progress is stored as a cookie...?
At this stage, I want to know first and foremost if this is possible. If you're unable to help or advise me, but know that this is can be done (or indeed, can't), please say. Beyond that, any sort of help would be appreciated, thank you.
Also: sorry if this is in the wrong forum, this seemed like a General PHP issue, but I could be wrong.