ID: 20823 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback -Bug Type: Performance problem +Bug Type: Apache2 related Operating System: Redhat7.2 PHP Version: 4.3.0RC2 New Comment:
What does 'var_dump($_REQUEST)' output? And can you please add a short but _complete_ example script here? Previous Comments: ------------------------------------------------------------------------ [2002-12-04 22:17:38] [EMAIL PROTECTED] 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>'? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20823&edit=1
