开发者

Javascript IPhone Application send request or information to server PHP file

开发者 https://www.devze.com 2023-02-09 02:18 出处:网络
Hello i have iphone app now i want to send request or data to server or PHP file. Please note: the php file is on another server not on the same server.

Hello i have iphone app now i want to send request or data to server or PHP file.

Please note: the php file is on another server not on the same server.

How can i send data to s开发者_如何转开发erver using javascript ?


The fastest and easiest solution would be including jQuery and use it's post method; http://api.jquery.com/jQuery.post/

0

精彩评论

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