|
Php problem
I want to create a webpage that has 9 different pictures and reacts differently according to which picture you click. This is suposed to be like a very very simple game.
The way I see it is when a user clicks an image it sends him to a second page that does afew calaculations according to which picture they clicked and then redirects them to the original page. The problem is I dont know how to make the second page able to tell which image sent the user there. I was thinking of making nine seperate calculation pages but im quite sure theres a simpler way.
I dont know javascript but I think it might be able to handle this, if so could someone please show me?
|