php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16214 trans-sid adds <input>-tag after <form> invalid in HTML
Submitted: 2002-03-21 18:40 UTC Modified: 2002-06-18 19:34 UTC
From: alexnofftz at email dot com Assigned:
Status: Not a bug Package: Session related
PHP Version: 4.1.2 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: alexnofftz at email dot com
New email:
PHP Version: OS:

 

 [2002-03-21 18:40 UTC] alexnofftz at email dot com
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" />

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-21 19:48 UTC] yohgaki@php.net
Already reported and suspended. IIRC
 [2002-03-22 05:17 UTC] yohgaki@php.net
Bug #13472
 [2002-06-18 19:34 UTC] sniper@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC