[thelist] Multilple forms to one result

benjamin deboute deboute at nerdsoul.com
Thu Jun 29 09:57:36 CDT 2000


At 17:49 28/06/00 -0700, you wrote:
>Looking for advice on how to collect multiple form input.
>
>I have 4 linear form pages. Each collects information ofcourse.
>
>I'd like to move the results from each page to the next, finally ending with
>all information entered in the previous forms.

php brute force method ::
use
$HTTP_GET_VARS / $HTTP_POST_VARS
then do a while that construct hidden input tags filling the name and the 
value with the name and the value of the http_var.

done! , )





More information about the thelist mailing list