very simple:
form:
<form method=post action=test02.php>
<input type=text name=test>
<input type=submit>
</form>
test02.php has this:
<?
echo $test;
?>
when i try it nothing shows up in test02.php
in the php.ini says
"track_vars is on be default"
on FreeSBD with apache 1.3.27 and php 4.2.3