Navigationsproblem

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

  • #76
    VIELEN DANK MRHAPPINESS

    Comment


    • #77
      Was ist eigentlich mit Ausgabe "temporär speichern" gemeint ?

      Comment


      • #78
        ich denke mal, damit ist gemeint, dass du statt
        PHP Code:
        echo 'inhalt';
        echo 
        'navigation';
        echo 
        'fußzeile'
        sowas machst
        PHP Code:
        $inhalt='inhalt';
        echo 
        'navigation';
        echo 
        $inhalt;
        echo 
        'fußzeile'
        Ich denke, also bin ich. - Einige sind trotzdem...

        Comment

        Working...
        X