How to $_GET on Paypal success transaction |
[eluser]achilez[/eluser]
Hi, Im new here, I have a website that accepts credit card via paypal, I have a problem on getting the information from paypal when the transaction is successful. Example: http://www.mysite.com/return/?param1=123...am4=123456 how can i get the value of param1, param2, param3 etc? because i want to save it on db. I tried getting the values via $_GET like below and it didn't work: print_r($_GET); I know that CI get rid of $_GET function for security reasons. Just want to know how to get those values in easy as 123. Hope that you can help me ![]() Thanks Archie Mercader http://www.outsourceincebu.com http://www.powersearchengine.net http://www.myyahogle.com http://www.adrinclexpn.com http://www.americandreamreview.com |
Messages In This Thread |
How to $_GET on Paypal success transaction - by El Forum - 10-30-2008, 04:42 AM
How to $_GET on Paypal success transaction - by El Forum - 10-30-2008, 06:38 AM
How to $_GET on Paypal success transaction - by El Forum - 10-30-2008, 09:32 PM
How to $_GET on Paypal success transaction - by El Forum - 10-31-2008, 05:58 AM
|