Hello,
I have got a payment function in mywebsite....
i use PHP SIM.
in english version , payment is no problem.
but in chinese version,payment return "Your script timed out while we were trying to post transaction results to it."
I carefully check my code of chinese version, i find that all code can run except the last sentence:
$url=SITE_URL."/index.php?app=buyer_order";
Header("HTTP/1.1 303 See Other");
Header("Location: $url");
WHY????????please help me, thank you!
12-17-2013 11:10 AM - edited 12-17-2013 11:19 AM
Can someone help me??I am very anxious
12-17-2013 02:06 PM