{"id":882,"date":"2024-04-15T13:19:32","date_gmt":"2024-04-15T04:19:32","guid":{"rendered":"http:\/\/inwelly.com\/?p=882"},"modified":"2024-04-22T05:09:00","modified_gmt":"2024-04-21T20:09:00","slug":"javascript-ajax-json-json_encode-%ea%b5%ac%eb%b6%84%eb%b3%84%eb%a1%9c-%eb%8d%b0%ec%9d%b4%ed%84%b0-%eb%b0%9b%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/inwelly.com\/?p=882","title":{"rendered":"JAVASCRIPT ajax , json , json_encode \uad6c\ubd84\ubcc4\ub85c \ub370\uc774\ud130 \ubc1b\uae30."},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\ubcf4\ub0b4\uace0 \ubc1b\ub294 \ucabd\uc758 \uc790\ubc14\uc2a4\ud06c\ub9bd  ( \ud074\ub77c\uc774\uc5b8\ud2b8 )  ---------------\n    function get_member_info(mode,code)\n    {\n        var comma_amount  = \"\";\n        var ctmonth = \"\";\n \n \n        $.ajax({\n            type: \"post\"\n            , dataType: \"json\"\n            , url: \"\/ajax\/test.php\"\n            , data: \"_M_=\"+mode+\"&amp;code=\" + code\n            , success: function (data) {\n \n                $.each(data, function (index, item) {\n \n                    if( mode == 1)\n                    {\n                        $(\"#hphone\").val(item.hphone);\n                        comma_amount = addComma(item.amount) ;\n                        $(\"#special_amount\").val(comma_amount);\n                        $(\"#memid\").val(item.memid);\n                        $(\"#order_date\").val(item.order_date);\n                        $(\"#memtemppw\").val('0000');\n                        $(\"#sdate\").val(item.sdate);\n                        $(\"#edate\").val(item.edate);\n                    }\n                    else if ( mode == 2 )\n                    {\n                        ctmonth = item.ct_month * 1 ;\n                        if( ctmonth > 0 )\n                        {\n                            ctmonth = item.ct_month + \"\uac1c\uc6d4\";\n                        }\n                        else\n                        {\n                            ctmonth = \"\";\n                        }\n                        $(\"#ct_month\").val(ctmonth);\n                    }\n                    else if ( mode == 3 )\n                    {\n                        comma_amount = addComma(item.calramount) ;\n                        $(\"#calramount\").val(comma_amount);\n                    }\n                });\n \n            }\n            , error: function (data) {\n                \/\/console.log(data)\n                \/\/ alert(\"error 1\");\n            }\n        });\n    }\n\n\n\n\n\n\n\n\n \n\uc11c\ubc84 \uce21 \ub0b4\uc6a9 ( php ) -------------------------------\n \n$get_mode\t= $_POST&#91;'_M_'];\n$code\t\t\t= $_POST&#91;'code'];\n \n$resultArr = array(); \n \n\tarray_push($resultArr, \n\tarray(\n\t \"code\" =>  $code\n\t, \"hphone\" => $row->hphone\n\t, \"amount\" => $sum_price\n\t, \"memid\" => $row->memid\n\t, \"order_date\" => $sumorderdateymd\n\t, \"sdate\" => $row->sdate\n\t, \"edate\" => $row->edate\n\t) );\n \necho json_encode ( $resultArr );<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1279,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-882","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-javascript"],"_links":{"self":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/882","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=882"}],"version-history":[{"count":1,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/882\/revisions"}],"predecessor-version":[{"id":883,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/posts\/882\/revisions\/883"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=\/wp\/v2\/media\/1279"}],"wp:attachment":[{"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=882"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=882"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/inwelly.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=882"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}