I figured out my problem but I am not sure why this is.


I am trying to implement a back button to allow the user to go back and
change form values.



If I use sessions and register $test then this does not work, the value of
$test does not change if the user re-submits:



<input name="test" type="text" value="<?php echo $test;?>"/>



Thanks for any help!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to