I have a module that returns results similiar to the ones listed below while using a custom form. These results need to go back in to the database where accounts are store. Autopilot_Results will have the same SOURCE, USERNAME, PASSWORD, PROXY.
COOKIESTRING is the only value that needs updated. There will be multiple accounts, so COOKIESTRING will need to be updated for the matched SOURCE AND USERNAME in the results from the module.
I have verified that COOKIESTRING is returning a value to assign -
I use this to update the database -
When it runs it gives -
Essentially this is the goal: The user inputs there account, which doe not have cookies saved yet -
module runs and then the above process where the issue is happens which then should update the database which allows for it to look like -
I have tried to format this so it will be easy for you to understand, because I may be just doing something wrong. I have been trying to get this to work for atleast 2 days, and really need to get this moving..
Thanks