นี่เป็นตัวอย่างของ 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”

  1. fashionable maternity on July 10th, 2008 1:53 pm

    Great. Thanks.

  2. Maternity clothes on August 28th, 2008 10:23 am

    excellent

Leave a Reply