I use the simple application
<?php if(isset($quality)){echo $quality;} ?>
<form name="the_form" method="post" action="">
<input type="text" name="quality" size="8">
<input type="submit" value="Submit">
</form>
but why I can not get the form varable "quality"? please let me know how to change php.ini to fix the problem.
Thanks
ps:I use apache1.3.27 and php4.23.