I created a file that performs 3 processes for a subscription site:
Validates existing User in USER table - works
Allows user to select a new subscription rate - works
Takes user to PayPal and processes the payment. - works
Returns user to subscription site - works
Update the USER table with new subscription rate value - Doesn't work
There is one function registerUser(), but I can remove any references to that as I used the registration.php as a basis for the renew.php
I really just need assistance with getting the database to update the existing user after the payment has been processed.