-
Novice
[php][sql] php-sql query fetch JID as '0'
This is my paypal IPN for my website .. when ever i make a purchase ... payment goes through successfully and all the payer info is stored in the "_PayPal_IPN" table i created ... It is supposed to add silk to the user account. It adds the silk to SK_Silk table but user doesnt get the silk since the script adds the silk with 'JID' as 0 all the time ... even though i have the query set to fetch JID user username($custom) .. i am not sure why this isnt working.
Last edited by Abhilash Murali; 01-04-16 at 11:58 PM.
-