[PHP-DB] get or post From: Adv. Systems Design (asd_2000 <email protected>)
Date: 11/10/00

Hello:

I have a script that gathers user input from 5
different successive screens (i am passing along the
data from previous screens in hidden form elements),
but I am noticing that if you need to go back one
screen, the browser does not show you the form with
your beautiful input but rather a "page expired"
message (depending on browser) asking if you wish to
repost...Needless to say if you make significant
amounts of input you will be pissed if you "lose" it
all if you hit the back button...

Questions: is this due to using a post rather than a
get form action? Will a form GET fix this error? What
are the size limits to a GET method? (I am using some
textareas, so they could get long-ish)...

Any answers much appreciated...

Luis

__________________________________________________
Do You Yahoo!?
Thousands of Stores. Millions of Products. All in one Place.
http://shopping.yahoo.com/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>