From:             [EMAIL PROTECTED]
Operating system: Windows 98
PHP version:      4.2.3
PHP Bug Type:     Performance problem
Bug description:  Variable problems

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

Reply via email to