From ac7084ba391c52ae1ef0def46bf7165c75d619a5 Mon Sep 17 00:00:00 2001 From: gnieark Date: Sun, 29 May 2016 22:16:58 +0200 Subject: [PATCH] full JSON --- src/arenas/connectFour/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/arenas/connectFour/functions.php b/src/arenas/connectFour/functions.php index b6208ce..c7f2d7f 100644 --- a/src/arenas/connectFour/functions.php +++ b/src/arenas/connectFour/functions.php @@ -22,6 +22,7 @@ function get_IA_Response($iaUrl,$postParams){ 'Content-Type: application/json', 'Content-Length: ' . strlen($data_string)) ); + echo '

'.$data_string.'

'; $output= curl_exec($ch); curl_close($ch);