Changeset 13020 for branches/dev/html
- Timestamp:
- 2007/05/17 21:49:17 (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
r13019 r13020 46 46 47 47 $zipcode = $_GET['zip1'].$_GET['zip2']; 48 $zipcode = mb_convert_kana($zipcode ,"n");48 //$zipcode = mb_convert_kana($zipcode ,"n"); 49 49 $sqlse = "SELECT state, city, town FROM mtb_zip WHERE zipcode = ?"; 50 50 $data_list = $conn->getAll($sqlse, array($zipcode));
Note: See TracChangeset
for help on using the changeset viewer.
