i want to when clicking on the image then go to other page or set my $_SESSION i have this in php code: echo"<img src=' ' onclick='$_SESSION['s1']=12(i mean a number)';/>"; how can i correct this or if it is completely wrong how 2 solve it? i tried to set header in onclick too but i think it can't do because header is function of php and i echoed the html tag