PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
this pictures are alsow "submit" button...that means when you click on an image it processes the form and it work in mozilla, though on IE dosent..
I heard that this type of submission is not allowed or something, cos IE dosend send the value...
or something...
can anyone help me?
i really dont want to make extra hyperlih for each image to proceed....
Everah wrote:They are all named the same. Try changing their names.
i dont think this is an issue, becous you can click only on one image at a time...
somebody say tat IE dosent send value of the value taht is set but sends the xy coordinates in pixels depending on position of clikc on the picture
foreach($_POST as $key => $value){
if ($key=='slikaNova1_x') $slikaNova1='whatever';
if ($key=='slikaNova2_x') $slikaNova2='whatever';
if ($key=='slikaNova3_x') $slikaNova3='whatever';
if ($key=='slikaNova4_x') $slikaNova4='whatever';
}