php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #3838 sending the submit type value as in ASP
Submitted: 2000-03-15 12:30 UTC Modified: 2000-08-09 22:37 UTC
From: ttj at mark dot ee dot nctu dot edu dot tw Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 3.0.15 OS: Win32?
Private report: No CVE-ID: None
 [2000-03-15 12:30 UTC] ttj at mark dot ee dot nctu dot edu dot tw
Some php users (those who were just abandon ASP) at PHP/Zend RC <http://mark.ee.nctu.edu.tw:8888> request to report this problem here, it's not a bug,indeed.

Here is the case:-
ASP can submit the value of the submit input type
<input type=submit name=abc value=123>
(will obtain $abc=123 at the target script)
but PHP doesn't and they think this is inconvenient.
Just a suggestion for PHP developers! Thnx a lot!



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-15 13:55 UTC] ttj at mark dot ee dot nctu dot edu dot tw
Sorry, Haven't tested b4 submitting
This should be ok on unix environment and I'm not sure if that was win32 problem ?!
thnx Stanislav Malyshev
 [2000-08-09 22:37 UTC] hholzgra@php.net
closed due to user feedback (possibly it was a problem regarding
register_globals settings on the original windows system?)

 #####    ###     ###              #              ##
#     #  #   #   #   #            ###               #
      # #     # #     #            #                 #
 #####  #     # #     #                  #####       #
#       #     # #     #            #                 #
#        #   #   #   #            ###               #
#######   ###     ###              #              ##

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 16:01:31 2024 UTC