我一直在試圖通過這個值: // Content to submit to php
Others string here. And this link:
http://www.youtube.com/watch?v=CUUgKj2i1Xc&feature=rec-LGOUT-exp_fresh+div-1r-2-HM
到PHP頁面,並將其插入到數據庫中。這裏是我當前的代碼:實際上 ... /
嗨,我使用的電梯爲我的API如下: case "api" :: "all" :: _ Get req => for {
val after <- req.param("after")
val before <- req.param("before")
val limit <- req.param("limit")
} yield JsonResponse(json(
從android應用程序中,我打電話給我的php腳本。 HttpPost httppost = new HttpPost("http://www.smth.net/some.php");
try {
// Add your data
List<NameValuePair> nameValuePairs = new ArrayList<NameValuePair>(2);
nameValue