This is more of a Paypal question, but I'm using php on the listener and hopefully someone has run into this problem. I'm having trouble finding the correct POST name to use to get the OPTION SELECT for the item on my listener page.
I tried:
$option = $_POST['os0'];
But, I'm not getting...
ok so i'm using this tutorial from here
Everything works fine but the insert to database function.
It's the insert_data() function. I tried testing it but it inserts 0 in the test database so i think its not passing the correct values.
<?php
class PayPal_IPN{
function infotuts_ipn($im_de...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.