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


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to