0
http://www.slicapp.com/slic/edit_profile.php?message=[{&email1=arun&email2=gggg&email3=gg&facebook=ffg&twitter=ddgg&gplus=ffdd&youtube=fdd&linkedin=gff&instagram=gfg&tumblr=aa}] 

我必须通过单击保存按钮将数据上传到服务器上才能在 android 中执行此操作

我是新来的,急需

4

1 回答 1

1

在您的 android 应用程序中,您需要执行以下操作:

  • 使用值构建 JSONObject
  • 通过 HttpPost 将其发送到您的服务器

在你的服务器上,你需要一个 php 文件来接收这个对象,解析它并将值插入到一个 sql 数据库中。让 php 代码与 android 代码一样重要。

如果你用谷歌搜索,你会得到很多教程。我现在用谷歌搜索的前几个结果是: http ://androidforums.com/application-development/297822-sending-json-server.html http://www.codeproject.com/Articles/267023/Send- and-receive-json-between-android-and-php

类似的问题已被多次询问。看看这个:Send data from android to server via JSON

于 2013-04-30T10:38:51.907 回答