ID:               21639
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: windows XP
 PHP Version:      4.3.0
 New Comment:

In PHP 4.2.0, the 'register_globals' setting default changed to
'off'. See http://www.php.net/release_4_2_0.php for more info.
We are sorry about the inconvenience, but this change was a necessary
part of our efforts to make PHP scripting more secure and portable.


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

[2003-01-14 12:00:44] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=21639&edit=1

Reply via email to