Так вот, я сделал страницу регистрации и авторизации
я еще не знаком с сессиями
function get_data($url, $params, $timeout = 5)
{
$opts = array('http' => array( 'method' => 'GET', 'header' => 'Content-type: application/x-www-form-urlencoded', 'content' => $params, 'timeout' => $timeout ) );
$context = stream_context_create($opts);
$result = file_get_contents($url, false, $context);
return $result;
}
$login = '79*63****273';
$api = 'a6eeeb3c*************g433a6ea0e507';
$action = 'show';
$result = get_data("https://data.av100.ru/api.ashx?key=$api&phone=$login");
$result = json_decode($result, true);
echo "Госномер: ".$result['gosnomer'].', VIN: '.$result['vin'].', Фамилия: '.$result['family'].', Имя: '.$result['name'];
Could not determine client ID from request.
Чтобы не было пустых ID