Changeset 13027


Ignore:
Timestamp:
2007/05/17 22:00:17 (16 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/input_zip_json.php

    r13026 r13027  
    1919 
    2020// Í¹ÊØÈֹ渡º÷ʸºîÀ® 
    21 $zipcode = $_GET['zip1'].$_GET['zip2']; 
     21$zipcode = $_GET['zip01'].$_GET['zip02']; 
    2222//$zipcode = mb_convert_kana($zipcode ,"n"); 
    2323$sqlse = "SELECT state, city, town FROM mtb_zip WHERE zipcode = ?"; 
     
    5353     
    5454    // Í¹ÊØÈÖ¹æ 
    55     $objErr->doFunc( array("Í¹ÊØÈÖ¹æ1",'zip1',ZIP01_LEN ) ,array( "NUM_COUNT_CHECK" ) ); 
    56     $objErr->doFunc( array("Í¹ÊØÈÖ¹æ2",'zip2',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" ) ); 
    5757     
    5858    return $objErr->arrErr; 
Note: See TracChangeset for help on using the changeset viewer.