phpbar.de logo

Mailinglisten-Archive

[php] problem bei anzeige

[php] problem bei anzeige

Roland Koch php_(at)_phpcenter.de
Thu, 26 Jul 2001 14:20:14 +0200


ich habe folgendes script produziert das mir das verzeichnis ausliest
und mir dann die graphiken auf eine page liefert. nur ich habe ein
problem. beim opera funktioniert es jedoch beim IE nicht (typisch
MS!!)?
hat jemand einen plan an was das liegen kann??

ich wäre sehr über hilfe dankbar

<?php
$path_thumb = "/data/webroot/develop/graphikauslesen/pictures/lembach/thumbnails/";
$path_qual = "/data/webroot/develop/graphikauslesen/pictures/lembach/original/";
$path_thumb_rel = "pictures/lembach/thumbnails/";
$path_qual_rel = "pictures/lembach/original/";
$fd = dir($path_thumb);
while($verz = $fd->read() ) {
         $arr[]=$verz;
}
$fd->close();

foreach ($arr as $elem) {
      if((ereg(".jpg", $elem)) or (ereg(".gif", $elem))) {
          $size_thumb = GetImageSize ($path_thumb."$elem");
          echo "<img src=\"$path_thumb_rel$elem\" $size_thumb[3]>";
      } //if
} //foreach
?>
  
 best regards
    Roland Koch

 ---> Have a lot of fun and a nice day ....
----------------------------------------------------------------------
ICQ#                  53479103
Mails to me under     mailto:roli.ko_(at)_gmx.at
Visit my Homepage     http://www.roli.at




php::bar PHP Wiki   -   Listenarchive