将变量从iOS应用程序传递到网站
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将变量从iOS应用程序传递到网站相关的知识,希望对你有一定的参考价值。
pass variables from ios app to web site (synchrone version)
//SommeBD and other are int hostString = [hostString stringByAppendingString:post]; if(error) { NSLog(@"%@", [error localizedDescription]); } else { NSLog(@"Data had loaded successfully"); } /* In php code <?php $identifiant = $_GET['identifiant']; $sommeBD = $_GET['sbd']; $sommeR = $_GET['sr']; $sommeV = $_GET['sv']; $sommePbG = $_GET['spg']; updateBdd($identifiant, $sommeBD, $sommeR, $sommeV, $sommePG); echo '0'; ?> */
以上是关于将变量从iOS应用程序传递到网站的主要内容,如果未能解决你的问题,请参考以下文章
将数据从片段列表视图项传递到活动字符串变量 onitemclicklistener