Johann Nowacki

Results 1 comments of Johann Nowacki

Peux-tu nous indiquer que contient ton attribut command_vocal switch($_['action']){ case 'meteo_action_vocal': global $_; ; print_r($meteo->commande_vocal); ``` $affirmation = 'il fait'.$meteo->commande_vocal.''; $response = array('responses'=>array(array('type'=>'talk','sentence'=>$affirmation))); $json = json_encode($response); echo ($json=='[]'?'{}':$json); break; ```...