For what I have seen in order to write a customized displayimage script (the one that is called when each album thumbnail is clicked) I need to pass
displayimage.php?album=n&pos=n
Now I want displayimage.php to contain the code to open a window with the image full screen (no URL box or status in the browser) instead of showing the intermediate picture with the picture reel below.
I need to know:
- The SQL strings to query the database and display the image (queries used in original displayimage.php but adapted to display just full image instead of intermediate image)
- Other SQL strings and database queries are needed to update seen pictures count or any other count updates used in the original displayimage.
Thanks.