Hi, I have tried something like that, but with no response...
I don't know how to do it. Any solutions?
Code:
$Data = "Castka=$Castka";
$Size = strlen($Data);
header("POST /help/prijem.php HTTP/1.1", false);
header("Host: localhost", false);
header("Content-Type: application/x-[URL unfurl="true"]www-form-urlencoded",[/URL] false);
header("Content-Length: $Size", false);
header("Conection: close", false);
header("", false);
header("$Data");
I don't know how to do it. Any solutions?