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

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

If I uses sessions and register $test then this does not work, it sticks
does not change the value of $test 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