Changeset 13035


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

Legend:

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

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