Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<html>
echo(json_encode($result));
<html> <head></head> <body> {"type": "virus", "name": "Petya"} </body> </html>
header("Content-type: application/json; charset=utf-8"); echo json_encode($result);
exit(json_encode($result));