开发者

Getting server side PHP script to run from android apk call

开发者 https://www.devze.com 2023-01-18 02:47 出处:网络
I\'ve gotten HTTP POST to send strings to the server side PHP script. My log is showing the correct return values. The script runs fine manually from the browser and inserts a new db table row. But ca

I've gotten HTTP POST to send strings to the server side PHP script. My log is showing the correct return values. The script runs fine manually from the browser and inserts a new db table row. But can't get the script to run by having the apk call it... though, again, it returns all script page content including strings.

How can I get the scr开发者_如何学Goipt to run?

Thanks Allen


Sounds like your dealing with a cahceing issue. try adding a timestamp to the end of the url.

0

精彩评论

暂无评论...
验证码 换一张
取 消