Ignore:
Timestamp:
2007/05/18 09:26:16 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

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