full JSON

This commit is contained in:
gnieark 2016-05-29 22:16:58 +02:00
parent b6268db0c8
commit ac7084ba39

View File

@ -22,6 +22,7 @@ function get_IA_Response($iaUrl,$postParams){
'Content-Type: application/json',
'Content-Length: ' . strlen($data_string))
);
echo '<p>'.$data_string.'</p>';
$output= curl_exec($ch);
curl_close($ch);