note all image store in database . long blob.
so i have a gallery.php page where i have all the image of user who i loged in.
echo" <a href='zoom.php'><img src=\"$src\" width='130px' height='130px' class='image_p' /></a>";
now i want to make a zoom.php page. here i want to display the same image what user click in gallery.php.
but i dont know how to do that. any ideas?