session and validator W3C

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cezar

    session and validator W3C

    Hi.

    My html code is in HTML 4 Strict. The problem is that <input>
    element can not be directly after <form>. PHP paste session identify
    directly after <form>.

    Is there any way to solve it ?

    Regards,
    Caesar


  • Ian.H

    #2
    Re: session and validator W3C

    On Fri, 30 Jul 2004 10:13:04 +0200, Cezar wrote:
    [color=blue]
    > Hi.
    >
    > My html code is in HTML 4 Strict. The problem is that <input>
    > element can not be directly after <form>. PHP paste session identify
    > directly after <form>.
    >
    > Is there any way to solve it ?
    >
    > Regards,
    > Caesar[/color]


    Yes, R E A D!!

    This has been discussed over the last couple of days. Now stop being
    so damn lazy and search!



    Regards,

    Ian

    --
    Ian.H
    digiServ Network
    London, UK


    Comment

    • Justin Koivisto

      #3
      Re: session and validator W3C

      Cezar wrote:
      [color=blue]
      > My html code is in HTML 4 Strict. The problem is that <input>
      > element can not be directly after <form>. PHP paste session identify
      > directly after <form>.
      >
      > Is there any way to solve it ?[/color]

      I could have sworn I just posted this answer two days ago...

      OK, the form's hidden input part of the problem (from my .htaccess file):

      php_value url_rewriter.ta gs
      "a=href,area=hr ef,frame=src,in put=src,fieldse t=fakeentry"
      --
      Justin Koivisto - spam@koivi.com
      PHP POSTERS: Please use comp.lang.php for PHP related questions,
      alt.php* groups are not recommended.

      Comment

      • Cezar

        #4
        Re: session and validator W3C

        > Yes, R E A D!![color=blue]
        >
        > This has been discussed over the last couple of days. Now stop being
        > so damn lazy and search![/color]

        I'm going now to read it ! :-)

        Caesar


        Comment

        Working...