Android 4, post problem in detail
Takashi Yoshino
yoshino at sys.wakayama-u.ac.jp
Sun Nov 18 02:56:02 EST 2012
Dear LiveCode Experts,
I need your help.
I developed some software using LiveCode.
Post program cannot work on Android 4.0.4.
It is work on Android 3.2.
I wrote a short script to check Post.
I think POST program has some problems.
Could you give some information?
I need your help.
--------
on mouseUp
put empty into fld "test5"
put "http://m3-shiga.yoslab.net/m3is_v4_debug/" into theServer
post ("&kind=test2") to url theServer&"test.php?"&"function=test"
put it into fld "test5"
end mouseUp
------
PHP program
---
<?php
try {
print_r ($_GET);
print_r ($_POST);
} catch (Exception $e) {
echo 'Error!: ' . $e;
die();
}
---
My development environment is LC 5.5.3
Best regards.
_.__ ._ _. ._ ._.__ .. ._._. _._ . ..__ ._.__ ._._. ___. .._ __.. __ .._
Takashi Yoshino
http://www.wakayama-u.ac.jp/~yoshino/lab/
Tel: +81-73-457-8441
More information about the use-livecode
mailing list