From:             spin9 at terra dot com dot br
Operating system: win98/xp
PHP version:      4.3.2
PHP Bug Type:     Unknown/Other Function
Bug description:  import_request_variables "empty"

Description:
------------
I'm trying to use the function import_request_variables exactly as the
manual example and my variable returns empty.

Reproduce code:
---------------
import_request_variables("P", "frm_");
echo $frm_nameField;

Expected result:
----------------
the value of nameField of the form.
:
<input type="text" name="nomeField" maxlength="50" size="35"> 

the method of the form is post
<form method=post action="some.php?tab=pes"> 

Actual result:
--------------
blank. The echo does not output anything, only when I use:
echo $_POST["nomeField"];

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

Reply via email to