how auto submit a session based form?
- by hd
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??