My program can redirect users to a secure site. Then users will:
1)log in to this secure site;
2)submit a form;
3) get a results page.
I need to implement a function to store this result page in a database automatically. I have no idea how to implement this. Any suggestions will be highly appreciated.
1)log in to this secure site;
2)submit a form;
3) get a results page.
I need to implement a function to store this result page in a database automatically. I have no idea how to implement this. Any suggestions will be highly appreciated.