Here is a screenshot of the layout:
As you can see I am sending a long list of variables to a .php file. When I test this list of variables by directly loading them into the browser, I can successfully run the script and see the output. This tells me that if I recreate the same script variables and static values as you can see in the screenshot that I should see the update in database after the request is sent when a user logs into the site. Unfortunately this is not the case. Any idea what I may have done wrong here?
Could it have anything to do with the fact that I have to send to a secure page (https)?