Skip to content
Snippets Groups Projects
Commit 943d9498 authored by Hidayatullah Wildan Ghaly Buchary's avatar Hidayatullah Wildan Ghaly Buchary
Browse files

doc: update readme

parent 034cd615
Branches master
No related merge requests found
...@@ -41,7 +41,7 @@ if ($stmt->execute() === TRUE) { ...@@ -41,7 +41,7 @@ if ($stmt->execute() === TRUE) {
</Envelope>'; </Envelope>';
// echo $requestBody; // echo $requestBody;
$curl = curl_init(); $curl = curl_init();
curl_setopt($curl, CURLOPT_URL, '192.168.0.218:8081/code'); curl_setopt($curl, CURLOPT_URL, '192.168.6.193:8081/code');
curl_setopt($curl, CURLOPT_POST, true); curl_setopt($curl, CURLOPT_POST, true);
curl_setopt($curl, CURLOPT_HTTPHEADER, [ curl_setopt($curl, CURLOPT_HTTPHEADER, [
'Content-Type: text/xml; charset="utf-8"', 'Content-Type: text/xml; charset="utf-8"',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment