DHTML Popup PHP/MySQL images database
 
  • Here a simple use of a dynamically generated page using PHP and MySQL for image display is shown
  • Any server side scripting language can be used - PHP (here), ASP, JSP etc.
  • The image thumbnails and the full sized images are stored in a MySQL database
  • The page is generated dynamically and the thumbnails called by id number, so that no path to the images is visible in the source
  • When the images are clicked the full image is retrieved from the database
  • The exposed functions of Advanced DHTML Popup then resize, reposition and change the content of the popup
  • A small script inserts a "Loading..." notice until the image is downloaded
  • Back to examples www.dpopup.com