I was wondering if it was possible for cURL to open a website, submit a form and keep all of that information in a file somewhere on the server, preferably user defined (like a normal webbrowser with cookies enabled).
Thanks for any help :)
Printable View
I was wondering if it was possible for cURL to open a website, submit a form and keep all of that information in a file somewhere on the server, preferably user defined (like a normal webbrowser with cookies enabled).
Thanks for any help :)
well, cURL does have the ability to send POST requests, so you could technically fill out a form and then submit it. and since you are the one sending the data, then it's entirely possible to save the data you filled in, too. and whether or not you save it could be an option, sure.
so, in short, yes, it's absolutely possible.