Changeset 13028
- Timestamp:
- 2007/05/17 22:01:03 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/input_zip_json.php
r13027 r13028 20 20 // Í¹ÊØÈֹ渡º÷ʸºîÀ® 21 21 $zipcode = $_GET['zip01'].$_GET['zip02']; 22 //$zipcode = mb_convert_kana($zipcode ,"n");22 $zipcode = mb_convert_kana($zipcode ,"n"); 23 23 $sqlse = "SELECT state, city, town FROM mtb_zip WHERE zipcode = ?"; 24 24 … … 27 27 // ¥¤¥ó¥Ç¥Ã¥¯¥¹¤ÈÃͤòȿž¤µ¤»¤ë¡£ 28 28 $arrREV_PREF = array_flip($arrPref); 29 $trace =print_r($data_list);30 29 $state = $arrREV_PREF[$data_list[0]['state']]; 31 30 $city = $data_list[0]['city']; … … 41 40 42 41 // Í¹ÊØÈֹ椬ȯ¸«¤µ¤ì¤¿¾ì¹ç 43 if(count($data_list ) > 0) {42 if(count($data_list[0]) > 0) { 44 43 echo "{ 'POST' : 'test' , 'GET' : 'test' }"; 45 44 } else {
Note: See TracChangeset
for help on using the changeset viewer.