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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 17:01:33 2024 UTC