I have a php form, that is working. With that form I connect to a DB, where i get data out. :-) When I use the form from my Mac/laptop, i can enter the sata and I get the result.
当我在此试图与本法典挂钩时。 我可以通过这个形式,并说与非行的联系,但我把国家放在这里的问话是空的。 因此,我假定,这并不是送来,也不是装上ur。
问题是什么?
这是法典:
// NSString *myRequestString = [[NSString alloc] initWithFormat:@"&country=Germany"];
// NSData *myRequestData = [ NSData dataWithBytes: [ myRequestString UTF8String ] length: [ myRequestString length]];
// NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL: [ NSURL URLWithString: @"THE URL" ]];
// [ request setHTTPMethod: @"GET" ];
// [ request setHTTPBody: myRequestData ];
表格:
<html><body>
<form action="connect.php" method="GET">
Country: <input name="country" type="text" />
<input type="submit" />
</form>
</body></html>
待补。 表格工作,但我无法从我的Pipe 发送数据。
希望u能够给我指明正确方向。