From:             [EMAIL PROTECTED]
Operating system: win2000 pro,win xp pro
PHP version:      4.2.3
PHP Bug Type:     *General Issues
Bug description:  php can not read the form variable

I install php4.2.3,apache1.3.26,mysql3.23.51 in os windows2002 professional
and windows xp professional.
There is nothing error in my script .php document if i not use the form
variable. But php can not read the form variable.
Below is my test file£º
<?php
if (isset($submit))
{
        echo "Submit is=".$test;
}
echo "Test is=".$test;
?>
<html>
<head>
</head>
<body>
<form name="frm" action="index.php" method="post" >
<input type="text" name="test">
<input type="submit" name="submit" value="submit">
</form>
</body>
</html>

when i type "PHP.net" in the text field,and click the button
"submit",IE5.0(or IE 6.0)only print "Test is=",
this indicate that the form variable can not read by php.
BUT the soft phpmyadmin is work  well using the form variable ,i can not
differ from the two script between me and phpmyadmin's. 

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

Reply via email to