Changeset 13023


Ignore:
Timestamp:
2007/05/17 21:54:14 (16 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r13022 r13023  
    5050    $sqlse = "SELECT state, city, town FROM mtb_zip WHERE zipcode = ?"; 
    5151    $data_list = $conn->getAll($sqlse, array($zipcode)); 
    52      
    53 echo "{'MSG' : '½»½ê¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£' , 'ZIP' : '$zipcode','DATA_LIST':'$data_list[0]'}" ; 
     52    $trace =print_r($data_list); 
     53echo "{'MSG' : '½»½ê¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£' , 'ZIP' : '$zipcode','DATA_LIST':'$data_list[0]','TRACE':$trace}" ; 
    5454    } 
    5555} 
Note: See TracChangeset for help on using the changeset viewer.