Changeset 12985
- Timestamp:
- 2007/05/17 20:54:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/input_zip_json.php
r12984 r12985 57 57 if(count($data_list) > 0) { 58 58 mb_http_output ( 'UTF-8' ); 59 echo "{ 'POST' : ' $town' , 'GET' : 'test' }";59 echo "{ 'POST' : 'test' , 'GET' : 'test' }"; 60 60 //$func = "fnPutAddress('" . $_GET['input1'] . "','" . $_GET['input2']. "');"; 61 61 //$objPage->tpl_onload = "$func";
Note: See TracChangeset
for help on using the changeset viewer.