energieportal24 Imageserver

- images (Allgemein - keine thematische Zuordnung)
- brennstoffzelle
- auto : bmw dc ford honda man opel vw
- gas
- solar
- bio
- wasserstoff
- strom
- energiesparen
- wind
- finanz
- geo
- grafik
- wasserkraft
- branchenbuch

read())) { //set the filepath of the file currently being read to directory/filename $pic_filepath = "$foldername/$current_file"; //convert the filename to lowercase so we can check to see if the file is in a valid format i.e. is it an image $current_file = strtolower($current_file); //grab the file extension by cutting off anything before the . in the filename $filetype = strstr($current_file, '.'); //check if the file is in the correct format if (in_array($filetype, $valid_formats)) { //print the image to the screen as a 50x50 thumbnail (grand if you have plenty of bandwidth like me) with a link to the full size image opening a new browser window echo "
$pic_filepath

"; } //end if } //end while ?> close(); ?>