when i was using forms and drop down lists i used the selctedindex of dropdowns and the value of text boxs to gather my data and then i used $_post to send them, now i want the image 2 change when a user clicks on a particular image ie
click on red picture, main image changes to red, how would i store, send the values now?
so if say they click on the red image and i fresh the page and send image.php?colour=$_get[] what variable would i use in get? and how would i get it?