From:             [EMAIL PROTECTED]
Operating system: linux (rh6.2)
PHP version:      4CVS-2002-10-04
PHP Bug Type:     Unknown/Other Function
Bug description:  POST action leads to $ variable containing 
'dataenteredvariable=datayouentered'

When you have a form that uses POST as it's action. The value of the
variable in which you store the data is as follows:

let "avar" be the variable
let "johndoe" be the text entered
 
you end up with $_POST[avar]="johndoeavar=johndoe"


-- 
Edit bug report at http://bugs.php.net/?id=19762&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19762&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19762&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19762&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19762&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19762&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19762&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19762&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19762&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19762&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19762&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19762&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19762&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19762&r=isapi

Reply via email to