Changeset 13021
- Timestamp:
- 2007/05/17 21:52:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/input_zip_json.php
r13020 r13021 45 45 } else { 46 46 47 $zipcode = $_GET['zip1'].$_GET['zip2'];47 //$zipcode = $_GET['zip1'].$_GET['zip2']; 48 48 //$zipcode = mb_convert_kana($zipcode ,"n"); 49 $zipcode = "5920011"; 49 50 $sqlse = "SELECT state, city, town FROM mtb_zip WHERE zipcode = ?"; 50 51 $data_list = $conn->getAll($sqlse, array($zipcode));
Note: See TracChangeset
for help on using the changeset viewer.