Changeset 13027
- Timestamp:
- 2007/05/17 22:00:17 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/input_zip_json.php
r13026 r13027 19 19 20 20 // Í¹ÊØÈֹ渡º÷ʸºîÀ® 21 $zipcode = $_GET['zip 1'].$_GET['zip2'];21 $zipcode = $_GET['zip01'].$_GET['zip02']; 22 22 //$zipcode = mb_convert_kana($zipcode ,"n"); 23 23 $sqlse = "SELECT state, city, town FROM mtb_zip WHERE zipcode = ?"; … … 53 53 54 54 // Í¹ÊØÈÖ¹æ 55 $objErr->doFunc( array("Í¹ÊØÈÖ¹æ1",'zip 1',ZIP01_LEN ) ,array( "NUM_COUNT_CHECK" ) );56 $objErr->doFunc( array("Í¹ÊØÈÖ¹æ2",'zip 2',ZIP02_LEN ) ,array( "NUM_COUNT_CHECK" ) );55 $objErr->doFunc( array("Í¹ÊØÈÖ¹æ1",'zip01',ZIP01_LEN ) ,array( "NUM_COUNT_CHECK" ) ); 56 $objErr->doFunc( array("Í¹ÊØÈÖ¹æ2",'zip02',ZIP02_LEN ) ,array( "NUM_COUNT_CHECK" ) ); 57 57 58 58 return $objErr->arrErr;
Note: See TracChangeset
for help on using the changeset viewer.