Jump to main content
University Computer Centre
Extension Modules for websites
<h1>Image gallery</h1>
<?php
# Use of "highslide" effects
  require_once('php/hs.inc');
  #                 Directory
  echo hs_slideshow('images/fotos',    # directory with images: *.jpg
                    'intern',   # style: currently only 'intern' (internal)
                    array('intervall' => 3000)
                    # Properties: change every 3 seconds at
                    # automatic displays (playback function)
                    );
?>

Show output with this program code