Hello
I use InitializePut2 from httputil for send data and receive it in php with below code
But InitializePut2 dont send data to php.
My basic code :
I use InitializePut2 from httputil for send data and receive it in php with below code
B4X:
$requestjson = file_get_contents('php://input');
My basic code :
B4X:
hu.Initialize("updatecart",Me)
hu.PostString("http://example.com/a.php",$"{"name":"omid"}"$)
hu.GetRequest.InitializePut2("http://example.com/a.php",$"{"name":"omid"}"$.GetBytes("UTF8"))