Hi,
i am trying to get my table updated with "Worldpay callback parameters" and struggling.
Here is what I'm trying to do.
I have a table named "users"
in that table I need to update a field called "status" with a value posted back by worldpay:
$HTTP_POST_VARS['transStatus']
w
ith my WHERE condition being that my users table column "Uid" =
$HTTP_POST_VARS['cartId']
(which is another value returned by worlpay server.)
I have tried all sorts and can't seem to get the syntax right or my table updated
Could you help please?
thanks,
Vinny