At 10:14 AM -0700 9/5/08, mike wrote:
if you want to re-post data you need to look at a client-side
alternative using javascript (or applets - flash, java, etc)

OR just use hidden input.

I do that with forms that gather pages of data. You keep submitting the same page over and over gathering the different sets of the data you need and then forwarding the data you gathered from previous pages via a hidden input OR a SESSION.

I have even used a recursive include to keep the process going until you have everything you need.

Cheers,

tedd
--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

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

Reply via email to