Changeset 12985


Ignore:
Timestamp:
2007/05/17 20:54:29 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

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

    r12984 r12985  
    5757if(count($data_list) > 0) { 
    5858    mb_http_output ( 'UTF-8' ); 
    59     echo "{ 'POST' : '$town' , 'GET' : 'test' }"; 
     59    echo "{ 'POST' : 'test' , 'GET' : 'test' }"; 
    6060    //$func = "fnPutAddress('" . $_GET['input1'] . "','" . $_GET['input2']. "');"; 
    6161    //$objPage->tpl_onload = "$func"; 
Note: See TracChangeset for help on using the changeset viewer.