ID:               24883
 Updated by:       [EMAIL PROTECTED]
 Reported By:      seba at iq dot pl
-Status:           Open
+Status:           Assigned
 Bug Type:         Variables related
 Operating System: rh9
 PHP Version:      4.3.3RC2
-Assigned To:      
+Assigned To:      iliaa


Previous Comments:
------------------------------------------------------------------------

[2003-07-31 08:47:27] seba at iq dot pl

Description:
------------
; Registration is done from left to right, newer 
; values override older values. 
 
variables_order = "EGPCS"       
register_globals = On      
 

Reproduce code:
---------------
start page - x.html:   
<form action='x.php?asd=xxx' method='post'>   
<input name='asd' type='text' value='yyy'>   
<input name='' type='submit' >   
</form>   
   
x.php:    
<? echo $asd; ?>

Expected result:
----------------
should be 'yyy' 

Actual result:
--------------
result is 'xxx' 


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=24883&edit=1

Reply via email to