php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #928 Textbox in a form
Submitted: 1998-11-19 13:05 UTC Modified: 1998-11-19 17:22 UTC
From: Jimzy at email dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0.5 OS: Redhat 5.0
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: Jimzy at email dot com
New email:
PHP Version: OS:

 

 [1998-11-19 13:05 UTC] Jimzy at email dot com
I have a form that has a textbox which is being submitted to a php script(name="atextbox").  If I entered a string with a '<' sign, then everything after that sign is not in the variable "$atextbox".  It works when you have a space before and after "<", but when you have something like "Jim<Jimzy@email.com>" everything after the "<" is missing.

Please tell me if there's a fix for this problem, or if it is infact a bug.

Thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-11-19 17:22 UTC] zeev
This is incorrect, PHP simply does not behave like this.
It might be appearing to behave like this in case you're
looking at the output via a browser;  In HTML, you wouldn't
see Jim<Jimzy@email.com> properly, you'd have to have
Jim&ltJimzy@email.com&gt instead.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 08:01:33 2024 UTC