Ignore:
Timestamp:
2007/05/18 15:40:54 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13091 r13096  
    4141// ͹ÊØÈֹ椬ȯ¸«¤µ¤ì¤¿¾ì¹ç 
    4242if(count($data_list[0]) > 0) { 
    43     echo "{'pref':'$pref','city':'$city','town':'$town'}" ; 
     43    echo "{'pref':'$pref','city':'$city','town':'$town','flag':'1'}" ; 
    4444} else { 
    45     //echo "{'MSG' : '½»½ê¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£' , 'ZIP' : '$zipcode'}" ; 
     45    echo "{'flag' : '0'}" ; 
    4646    } 
    4747} 
Note: See TracChangeset for help on using the changeset viewer.