was bedeutet <meta http-equiv="pragma" content="no-cache">

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

  • was bedeutet <meta http-equiv="pragma" content="no-cache">

    ok, no-cache ist mir klar. nur was heißt das "pragma" bei equiv???
    $PHP resource 4ever$

  • #2
    wenn ich mich nicht irre, ist das nur ein schlagwort.
    INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


    Kommentar


    • #3
      pragma

      Original: http://smac.ucsd.edu/cgi-bin/http_we...a&method=exact
      (pragmatic information) A standardised form of {comment} which has meaning to a {compiler}. It may use a special {syntax} or a specific form within the normal comment syntax. A pragma usually conveys non-essential information, often intended to help the compiler to optimise the program.
      mein Sport: mein Frühstück: meine Arbeit:

      Sämtliche Code-Schnipsel sind im Allgemeinen nicht getestet und werden ohne Gewähr auf Fehlerfreiheit und Korrektheit gepostet.

      Kommentar


      • #4
        also dann ist das nicht irgendein zB: firmenkürzel oder so, sondern gehört irgendwie zu html und ich sollt's in meiner htm drinnenlassen damit sich die suchmaschinen leichter tun, oder wie jetzt??
        $PHP resource 4ever$

        Kommentar


        • #5
          ja. lasse die zeile wie sie ist einfach im code.
          dadurch wird unterbunden, dass z.b. ein proxy die seite cached. vorrausetzt ist natürlich, dass der proxy sich an den syntax hält, bzw. solche anweisungen auch umsetzt.
          INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |


          Kommentar


          • #6
            ok, danke!
            wieder g'scheiter geworden!
            $PHP resource 4ever$

            Kommentar


            • #7
              Da gibts noch so ein paar ähnliche:

              Code:
              	<meta http-equiv="Pragma" content="no-cache" />
              	<meta http-equiv="no-cache" />
              	<meta http-equiv="Expires" content="-1" />
              	<meta http-equiv="Cache-Control" content="no-cache" />

              Des "expires", ist wie ich glaube für Suchmaschinen gedacht,
              das andere wie schon gesagt, fürs cachen, aber so nen richtigen schimmer hab ich auch net.

              Kommentar


              • #8
                hab dank!
                $PHP resource 4ever$

                Kommentar


                • #9
                  nix zu danken

                  Kommentar

                  Lädt...
                  X