subscr_id MySQL problem

robindean
Contributor
Contributor

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.

Login to Me Too
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.