PHP HTTP POST Question - How do you pass data from multiple forms as HTTP Post?
Posted
by matt
on Stack Overflow
See other posts from Stack Overflow
or by matt
Published on 2010-04-28T08:24:56Z
Indexed on
2010/04/28
8:43 UTC
Read the original article
Hit count: 170
php
I have a step 1 page, and a step 2 page. I want to take the information from step 1 page, then step 2 page, and save as session information (which i have already done). Once this information is all gathered i then want to be able to submit it to another php page using HTTP POST.
© Stack Overflow or respective owner