script will nicht so, wie ich wohl will!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    ich bitte vielmals um verzeihung.

    Comment


    • #17
      manoman...
      PHP Code:
      <?php
      $BildID
      [1] = "dsc00001.jpg";
      $BildID[2] = "dsc00002.jpg";
      $BildID[3] = "dsc00003.jpg";
      $BildID[4] = "dsc00004.jpg";
      $BildID[5] = "dsc00005.jpg";
      $BildID[6] = "dsc00006.jpg";
      $BildID[7] = "dsc00007.jpg";
      $BildID[8] = "dsc00008.jpg";
      $BildID[9] = "dsc00009.jpg";
      $BildID[10] = "dsc00010.jpg";

      $x mt_rand(1,10);

      echo 
      '<img src="../grafik/menues/menuebilder/start/'.$BildID[$x].'">';
      ?>
      Beantworte nie Threads mit mehr als 15 followups...
      Real programmers confuse Halloween and Christmas because OCT 31 = DEC 25

      Comment


      • #18
        Original geschrieben von MelloPie
        [B]manoman...
        danke
        und wie gesagt

        frauofrau

        Comment


        • #19
          sodele frau o man dann versuche mal das nachzuvollziehen was Du im Code tust.. bissi logik wäre angebracht.
          Beantworte nie Threads mit mehr als 15 followups...
          Real programmers confuse Halloween and Christmas because OCT 31 = DEC 25

          Comment


          • #20
            danke für den netten tipp!

            Comment

            Working...
            X