how auto submit a session based form?
Posted
by hd
on Stack Overflow
See other posts from Stack Overflow
or by hd
Published on 2010-04-13T06:08:46Z
Indexed on
2010/04/13
6:12 UTC
Read the original article
Hit count: 179
i have a form and want to submit it with a script. i'm going to use curl function in php to do it. but the form is not submit directly.
it have 3 steps and at the end of each step it store entered value in session variables and at the final steps it insert record to database with the values are read from sessions.
it is possible to do auto submit this form using curl or not? what is the best solution for it??
© Stack Overflow or respective owner