<? require_once("lib/nusoap.php"); //Create a new soap server $server = new soap_server(); //Define our namespace $namespace = "http://localhost/nusoap/WebServiceServer.php"; $server->wsdl->schemaTargetNamespace = $namespace; //Configure our WSDL $server->configureWSDL("getCustomer"); ------------------------------------------------------------------------
<? if($_POST["txtCountry"] != "") { include("lib/nusoap.php"); $client = new nusoap_client("http://localhost/nusoap/WebServiceServer.php?wsdl",true); $params = array( 'strCountry' => $_POST["txtCountry"] ); $data = $client->call('resultCustomer', $params);
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง