php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20823 form post results in duplicitous $_REQUEST
Submitted: 2002-12-04 22:17 UTC Modified: 2002-12-08 17:19 UTC
From: buckley at menacefx dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.3.0RC2 OS: Redhat7.2
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: buckley at menacefx dot com
New email:
PHP Version: OS:

 

 [2002-12-04 22:17 UTC] buckley at menacefx dot com
using:
 PHP Version 4.3.0RC2
'./configure' '--with-mysql=/usr' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-zlib=yes' '--enable-calendar' '--enable-ctype' '--enable-sysvsem' '--with-bz2' '--with-openssl'
 Apache2.0.43

php source reads:
<a href="modifyDuties.php?staffId=<?php echo $_REQUEST["staffId"]; ?>">duties</a>

resulting page reads:
<a href="modifyDuties.php?staffId=3staffId=3">duties</a>

Why is '$_REQUEST["<name>"]' equal to '<value><name>=<value>'?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-08 17:19 UTC] iliaa@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

Dupe of bug #18648
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 22:01:31 2024 UTC