Hello, I'm trying to return this code in JSON, I just want some specific fields eg: Operator, type, portability and state.
<?php
//header('Content-type: application/json');
$post = ['tel' => $_GET['enviar'] , 'bto' => 'submit'];
$ch...
asked by
10.07.2017 / 16:16