i know how to pass it thru url and get it with $GET but i need to get the right value into the url, which is what i cant figure out, b4 i would get the value from the posted form with $post but now say they click the red image, i want it to change the main images src to something like image.php?colour=1
but instead of one i need it 2 b a variable which is set depending on which image they click
then in my image.php script i would test to see which number had been passed and change the main image accordingly