Jump to content

[SOLVED] PayPal IPN Unit Price


millercj

Recommended Posts

I've narrowed it down to where the problem is but it makes NO sense...

 

It's the INSERT INTO query

 

this works:

$struery = "insert into OrderData(tid,itemname,itemnumber,qty) values ('".$txn_id."','".$_POST[$itemname]."','".$_POST[$itemnumber]."','".$_POST[$quantity]."')";

 

This does not:

$struery = "insert into OrderData(tid,itemname,itemnumber,qty,price) values ('".$txn_id."','".$_POST[$itemname]."','".$_POST[$itemnumber]."','".$_POST[$quantity]."','123')";

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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.