full JSON
This commit is contained in:
parent
b6268db0c8
commit
ac7084ba39
|
@ -22,6 +22,7 @@ function get_IA_Response($iaUrl,$postParams){
|
||||||
'Content-Type: application/json',
|
'Content-Type: application/json',
|
||||||
'Content-Length: ' . strlen($data_string))
|
'Content-Length: ' . strlen($data_string))
|
||||||
);
|
);
|
||||||
|
echo '<p>'.$data_string.'</p>';
|
||||||
$output= curl_exec($ch);
|
$output= curl_exec($ch);
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user