From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.1.2
PHP Bug Type:     Session related
Bug description:  trans-sid adds <input>-tag after <form> invalid in HTML

If using the session functions and trans-sid, PHP 4.1.2 adds a <input>-tag
containing the SID immediatly after the <form> tag, but this is not valid
in HTML because <input>s aren't allowed to lay directly in a <form> tag:

http://validator.w3.org/check?uri=http://www.prsammel.de

It would be better to add this <input> tag after the <input type="submit"
/>
-- 
Edit bug report at http://bugs.php.net/?id=16214&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16214&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16214&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16214&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16214&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16214&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16214&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16214&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16214&r=submittedtwice

Reply via email to