Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
header('Content-Type: application/json'); return json_encode(1);
$.ajax({ url: '/ajax.php', method: 'post', dataType: 'json', data: {type: 'test'}, success: function(data) { console.log(data); console.log('OK'); },
<pre class='xdebug-var-dump' dir='ltr'> <small>/........./ajax.php:4:</small><small>int</small> <font color='#4e9a06'>123</font> </pre>