Feb
13
นี่เป็นตัวอย่างของ PHP Code ที่เอาใช้สำหรับตรวจสอบ IsValid ของ Request ครับ “วันนี้ขอเอามาอัพเดตย่อมๆไปก่อน เพลียมากครับ น้ำมูกกลับมาไหลทั้งวันอีกแล้ว เมื่อไหร่จะหายสักทีนะ”
//Verify a successful requestforeach($parsed_xml->OperationRequest->Errors->Error as $error){
echo "Error code: " . $error->Code . "\r\n";
echo $error->Message . "\r\n";
echo "\r\n";
}
Comments
2 Responses to “ตรวจสอบ Errors ของ Request ด้วย php”
Leave a Reply










Great. Thanks.
excellent