hi every one
i find this code
and i read this descreption about it :
code to call function after u click on it
<a href="<?php $_SERVER['PHP_SELF']?>?type=del">
<img src="del.png"/>
</a>
my qidtion : can i know any information about image when i call function using this code
i mean can i know id of the image which user click on it
if my image jpg can i use it with this code
how i use it ??
this part3
if($_GET['type']=="del")
{
//call functions
}
how i use it
:confused: