Simple http post example in Objective-C?

后端 未结 8 1468
谎友^
谎友^ 2020-11-28 01:32

I have a php webpage that requires a login (userid & password). I have the user enter the information into the app just fine.. but I need an example on how to do a POST

8条回答
  •  北海茫月
    2020-11-28 02:15

    Thanks a lot it worked , please note I did a typo in php as it should be mysqli_query( $con2, $sql )

提交回复
热议问题