Guido: Wie schreibe ich das Richtig

wie schreibe ich das richtig im Broser mus noch ein punk rein also

Guten Tag.html

$category_lang[$cats_header_details['category_id']])).html; ?>

  1. Ich bin unsicher was du denn erreichen willst...

    //Dein Code:  
    $category_lang[$cats_header_details['category_id']])).html; ?>
    

    Erstmal php auch starten, vielleicht willst du eine Variable setzen?

    <?php  
    $category_lang[$cats_header_details['category_id']])) = ".html";  
    ?>
    

    Oder ist html kein String sondern eine Funktion?

    <?php  
    $category_lang[$cats_header_details['category_id']])) = html();  
    ?>
    

    Oder willst du das vielleicht ausgeben?

    <?php  
    echo $category_lang[$cats_header_details['category_id']]))."html";  
    ?>
    

    Auch da könnte man das html als Funktion nehmen... worum geht's denn überhaupt?

    --
    sh:( fo:| ch:? rl:( br:& n4:& ie:{ mo:} va:) de:µ_de:] zu:) fl:( ss:| ls:[ js:(
    1. es soll so aus sehen.
      http://www.online-auktionshaus.com/categories.php?category=Baby.html

      und so ist es
      http://www.online-auktionshaus.com/categories.php?category=Babyhtml

      1. Hi,

        es soll so aus sehen.
        http://www.online-auktionshaus.com/categories.php?category=Baby.html

        und so ist es
        http://www.online-auktionshaus.com/categories.php?category=Babyhtml

        Du liest jetzt bitte mal die Tipps fuer Fragende - und dann beschreibst du dein Problem endlich mal *verstaendlich* und *nachvollziehbar*.

        MfG ChrisB

        --
        „This is the author's opinion, not necessarily that of Starbucks.“
      2. Hi!

        es soll so aus sehen.
        http://www.online-auktionshaus.com/categories.php?category=Baby.html

        und so ist es
        http://www.online-auktionshaus.com/categories.php?category=Babyhtml

        Na dann vermutlich so:

          
        <?php  
        echo $category_lang[$cats_header_details['category_id']].".html";  
        ?>  
        
        

        Gruß Gunther

        1. Hi!

          es soll so aus sehen.
          http://www.online-auktionshaus.com/categories.php?category=Baby.html

          und so ist es
          http://www.online-auktionshaus.com/categories.php?category=Babyhtml
          Na dann vermutlich so:

          <?php
          echo $category_lang[$cats_header_details['category_id']].".html";
          ?>

          
          >   
          > Gruß Gunther  
          
          so geht es nicht Gunter.  
          hier mal der ganzen Link.  
            
          $category\_link = process\_link('categories', array('category' => $category\_lang[$cats\_header\_details['category\_id']]));?>  
            
          und die edung wolte ich in html haben
          
          1. Hi!

            Na dann vermutlich so:

            <?php
            echo $category_lang[$cats_header_details['category_id']].".html";
            ?>

              
            
            > so geht es nicht Gunter.  
            > hier mal der ganzen Link.  
            >   
            > $category\_link = process\_link('categories', array('category' => $category\_lang[$cats\_header\_details['category\_id']]));?>  
            
            Hmm ... also irgendwie verstehe ich dein Problem nicht ganz!?  
            Fehlt jetzt quasi "hinten" an $category\_link das '.html' oder was ist das genaue Problem?  
            Wenn dem so ist, dann würde ja  
            ~~~php
              
            $category_link .= ".html";  
            
            

            helfen.

            Ansonsten bitte wirklich mal den Ratschlag von ChrisB befolgen.

            Gruß Gunther