Heiko: form action=php_self?

Hallo,

muss man dieses php-self eigentlich schreiben oder kann man auch einfach nur form action="" schreiben?

  1. Hellihello

    muss man dieses php-self eigentlich schreiben oder kann man auch einfach nur form action="" schreiben?

    Kann man. Test mal in Deinem Browser.

    Dank und Gruß,

    frankx

    --
    tryin to multitain  - Globus = Planet != Welt
    1. hi,

      muss man dieses php-self eigentlich schreiben oder kann man auch einfach nur form action="" schreiben?

      Kann man. Test mal in Deinem Browser.

      Testen -- Browser müsst ihr aber selbst mitbringen ;)

      mfg

      --
      echo '<pre>'; var_dump($Malcolm_Beck`s); echo '</pre>';
      array(2) {
        ["SELFCODE"]=>
        string(74) "ie:( fl:) br:> va:? ls:? fo:) rl:| n4:# ss:{ de:? js:} ch:? sh:( mo:? zu:("
        ["Aight"]=>
        string(?) "I Have a Dream"
      }
  2. Moinsen,
    Erfahrungsgemäß reicht ' form action="" ', aber wenn dann irgendein Browser ganz streng ist halt nicht.

    MfG

    1. Hellihello

      Erfahrungsgemäß reicht ' form action="" ', aber wenn dann irgendein Browser ganz streng ist halt nicht.

      Muss der Browser es nicht als relativen Pfad interpretieren? Was soll er sonst denken? Google?

      Dank und Gruß,

      frankx

      --
      tryin to multitain  - Globus = Planet != Welt
  3. Hallo, dass es geht weiß ich ja.
    Aber auch in allen Browsern? Oder in welchen Browsern geht es nicht?

  4. Hi,

    muss man dieses php-self eigentlich schreiben oder kann man auch einfach nur form action="" schreiben?

    HTML 4.01, 17.3 The FORM element:
    ->
    Attribute definitions
    action = uri
    -> Relative URIs are resolved to full URIs using a base URI. [RFC1808], section 3, defines the normative algorithm for this process.

    [RFC1808 "Relative Uniform Resource Locators"]

    4.  Resolving Relative URLs
    [...]
    The following steps are performed in order:

    Step 1: The base URL is established according to the rules of
               Section 3.  If the base URL is the empty string (unknown),
               the embedded URL is interpreted as an absolute URL and
               we are done.

    Step 2: Both the base and embedded URLs are parsed into their
               component parts as described in Section 2.4.

    a) If the embedded URL is entirely empty, it inherits the
                  entire base URL (i.e., is set equal to the base URL)
                  and we are done.

    MfG ChrisB

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