From:             [EMAIL PROTECTED]
Operating system: windows XP
PHP version:      4.3.0
PHP Bug Type:     Scripting Engine problem
Bug description:  Form fields are not translated into php variables

Hi,
  Iīm having a single problem that donīt allow me to work with HTML forms,
any fields placeds into it arenīt brought to the php script as
variables... 
  If a declare a text field called (name), when I inspect the value of the
($name) variable it returns an error with the message "Notice: Undefined
variable: name in <filename>", but if I read the value of ($_GET["name"])
variable it returns the passed value!!
  Predefined variables or variables declared on a same script file are
gotten with no problems, but passed ones are not recognized as declared
variables.

  My cofiguration is:
   * PROCESSOR: Pentium Celeron 800;
   * MEMORY: 128 MB;
   * OS TYPE : WindowsXP;
   * HTTPd Server: Apache 1.3;
   * PHP ENGINE: 4.3.0 Win32 (with ALL libraries)

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

Reply via email to