ID:               20095
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Performance problem
 Operating System: Windows 98
 PHP Version:      4.2.3
 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:
------------------------------------------------------------------------

[2002-10-25 13:56:36] [EMAIL PROTECTED]

The PHP 4.2.3 does not send value on script like bellow:
"<?php
if (isset($submit) && $submit=="yes")
{
     echo "Nome: $nome <br>";
     echo "seu nome já foi inserido";

}else{

echo "<form action=estudo.php action=post>
      Nome: <input type=text name=nome><br>
      <input type=submit name=submit value=yes>";
}
?>"
I does not work in this version.
I had lots of time working trying to find the problem and I solve it
when I installed older version of PHP.

Thanks
Luís Hess

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


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

Reply via email to