ok i got an image on say index.php and i got a script called image.php
when i select an option i used javascript to change the source of the image.
so i make the source image.php?variable1$variable2 etc
then on image.php i get the variables from url and use them to process the image. this way image.php doesnt get refeshed, instead a javascript calls image.php when it changes the source of the image, this then processes and displays it.
so basically my processing is on another page but i dont want to to directly to that page and i dont want to refresh the page.