[Solved] Can this be done in PHP? Simple abc “game” [closed]


Yes, this can definitely be done. Look up cookies and the $_GET variable. (This is, assuming you can already code in some other language.)

If you can’t code, then this will be a bit harder, but still definitively doable if you’re willing to put down the time to learn.

http://www.codecademy.com/ has a course on PHP that I believe is rather great for beginners, you should have this application up and running in no time.

1

solved Can this be done in PHP? Simple abc “game” [closed]