full JSON
This commit is contained in:
parent
0ecdce5a84
commit
0fdaa2d147
|
@ -50,5 +50,6 @@ function get_IA_Response($iaUrl,$postParams){
|
||||||
$output= curl_exec($ch);
|
$output= curl_exec($ch);
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
echo '<p>'.$data_string.'</p>';
|
echo '<p>'.$data_string.'</p>';
|
||||||
|
echo '<p>'.$output.'</p>';
|
||||||
return htmlentities($output);
|
return htmlentities($output);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user