subscr_id MySQL problem
robindean
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Apr-30-2012
01:17 PM
Using the following code in my callback function, the subscr_id variable is not getting placed into my database.
mysql_query( "update users set payment_id = '" . $_POST[ 'subscr_id' ] . "' where username = '" . $account . "'" );
Please, tell me what I must do to correct this problem.
0 REPLIES 0

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.