Hey guys,
I have a small issue.
When i send the hidden form to paypal everything is fine. I have a problem when i will recive the datas via POST and not GET.
Since im not a Pro in Paypal i want the datas from paypal via POST cause vie GET the browser-address show all information and they can be edited.
And i want to write the datas in a database to automaticly activate the account which was payed for.
I've tested the hidden rm with value=2 what should be for post but in my paypal_success. php var_dump($_POST['tx') e.g return NULL.
can someone of you guy help me?
thank you very much
I have a small issue.
When i send the hidden form to paypal everything is fine. I have a problem when i will recive the datas via POST and not GET.
Since im not a Pro in Paypal i want the datas from paypal via POST cause vie GET the browser-address show all information and they can be edited.
And i want to write the datas in a database to automaticly activate the account which was payed for.
I've tested the hidden rm with value=2 what should be for post but in my paypal_success. php var_dump($_POST['tx') e.g return NULL.
can someone of you guy help me?
thank you very much
Comment