Changeset 12947
- Timestamp:
- 2007/05/17 18:57:07 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/nonmember/json.php
r12941 r12947 7 7 */ 8 8 header("Content-Type: text/json; charset=utf-8"); 9 echo "{ 'POST' : '$pos' , 'GET' : '$get' }";9 echo $_POST['test']; 10 10 ?>
Note: See TracChangeset
for help on using the changeset viewer.