Changeset 13019 for branches/dev/html
- Timestamp:
- 2007/05/17 21:47:46 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/input_zip_json.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/input_zip_json.php
r13018 r13019 48 48 $zipcode = mb_convert_kana($zipcode ,"n"); 49 49 $sqlse = "SELECT state, city, town FROM mtb_zip WHERE zipcode = ?"; 50 $data_list = $conn->getAll($sqlse, array($zipcode ,$test));50 $data_list = $conn->getAll($sqlse, array($zipcode)); 51 51 52 52 echo "{'MSG' : '½»½ê¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£' , 'ZIP' : '$zipcode','DATA_LIST':'$data_list'}" ;
Note: See TracChangeset
for help on using the changeset viewer.
