From:             [EMAIL PROTECTED]
Operating system: FreeBSD 4.7
PHP version:      4.2.3
PHP Bug Type:     Apache related
Bug description:  Can't track vars!

I had just install a web server.
all configuration is default.
but the track_vars is off. I can't transfer any form value to another web
page.

for example:

this is t.php
<html>
<head>
<title>t</title>
</head><bod>
<form name="test" action=test.php method=post>
name: <input type=text name="guest"><br>
<input type=submit>
</form>
</body>
</html>

this is test.php
<?php
echo $guest;
echo "1111";
?>

when I input something in the textbox and then click "submit", it only
display 1111, nothing else;

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

Reply via email to