Hi,
function xyz()
{
<a href="<?=$rame['img_link']; ?>" ><img src="img/<?=$rame['preview']; ?>" width="<?=$w;?>" height="<?=$h;?>" alt="<?=$rame['name']; ?>" /></a>
}
Using function I get image and url
suppose image->url=http://www.daniweb.com
I want to do like...
when user click on this image i want to save count(hit) into database(mysql)
How to do this...??