Howdy people
I know that PHP is serverside, but none-the-less I have a problem that needs a solution.
I have sereral images (names 1.gif to 5.gif) on a web page and a variable which is printed into an input box on the screen. Every time one of the images is clicked I want that variable to change and be shown in the input box (for example "1" when 1.gif is clicked).
My own guess is that I need Java for this task, but I do not know Java. Can anyone suggest a solution either in PHP or Java?
Thanks a bunch in advance
Sam