Can anyone help me how to use putstring with many parameters?
here's my code:
i am not sure if this is correct.
here's my code:
B4X:
Connection.PutString(URL & Path, Array As String("old_password", EditText1.Text, "password", EditText2.Text, _
"password_confirmation", EditText3.Text))
i am not sure if this is correct.