Parse error: syntax error, unexpected end of file in

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Parse error: syntax error, unexpected end of file in

    Hallo,
    ich bin nicht vom Fach, mußte aber ein paar Kleinigkeiten ändern. Und nun habe ich dieses Problem: Parse error: syntax error, unexpected end of file in /www/htdocs/w00a9a1c/head.php on line 213

    Seit 3 Tagen suche ich nach dem Fehler...
    ....>">Haarverlängerung & Verdichtung</p></a>
    </div> <div id="sitm_1" class="submenuitem">
    <a href="hair05.php" target="_self"><p style="color:<?php echo $intSubPageIndex == 5 ? "#F7803C" : "#392d2c"; ?
    >">Zweithaar & Perücken</p></a>
    </div>
    <?php
    break;
    }
    case 7:
    {
    // Tattoo-Page
    ?>
    <div id="sitm_1" class="submenuitem">
    <a href="Tattoo01.php" target="_self"><p style="color:<?php echo $intSubPageIndex == 1 ? "#F7803C" : "#392d2c"; ?
    >">Tattooentfernung</p></a>

    </div>

    <div id="content">

  • #2
    Da stimmt garantiert etwas nicht mit deinen Klammern, da wird eine oder mehrere nicht geschlossen.

    Kommentar


    • #3
      syntax error klammer

      Ja das vermute ich auch, aber habe bereits diverse Varianten probiert.
      Es geht so los:
      <div id="submenu">
      <?php
      switch ($intPageIndex)
      {
      case 2:
      {
      // About-Page
      ?>
      <div id="sitm_1" class="submenuitem">
      <a href="about.php" target="_self"><p style="color:<?php echo $intSubPageIndex == 1 ? "#F7803C" : "#392d2c"; ?>">Das sind wir</p></a>
      </div>
      <div id="sitm_2" class="submenuitem">
      <a href="service.php" target="_self"><p style="color:<?php echo $intSubPageIndex == 2 ? "#F7803C" : "#392d2c"; ?>">Service</p></a>
      </div>
      <div id="sitm_3" class="submenuitem">
      <a href="location.php" target="_self"><p style="color:<?php echo $intSubPageIndex == 3 ? "#F7803C" : "#392d2c"; ?>">Aktionen</p></a>
      </div>
      <div id="sitm_4" class="submenuitem">
      >">Das Team</p></a>
      </div>
      <?php
      break;
      }
      .....dann fortlaufend bis:
      </div>
      <?php
      break;
      }
      case 7:
      {
      // Tattoo-Page
      ?>
      <div id="sitm_1" class="submenuitem">
      <a href="Tattoo.php" target="_self"><p style="color:<?php echo $intSubPageIndex == 1 ? "#F7803C" : "#392d2c"; ?>">Tattooentfernung</p></a>
      </div>
      <div id="content">
      'ende'

      Kommentar


      • #4
        Wenn du glaubst,

        a) dass sich jemand diesen unleserlichen Quellcode ansieht
        b) dass damit jemand etwas anfangen kann

        dann bist du auf dem Holzweg. Poste den kompletten Quellcode und nutze die Formatierungsmöglichkeiten des Forums:
        [php]Quellcode[/php]

        Kommentar

        Lädt...
        X