Показать сообщение отдельно
  #11 (permalink)  
Старый 22.11.2018, 16:28
Аватар для SuperZen
Профессор
Отправить личное сообщение для SuperZen Посмотреть профиль Найти все сообщения от SuperZen
 
Регистрация: 08.11.2017
Сообщений: 642

https://imgur.com/a/zkoIzLh

<!DOCTYPE html>
<html>
<meta charset="UTF-8">

</html>
<script>

  fetch('/data.php').then(r => r.text()).then(r => console.log(r))

</script>


<?php
header('Content-Type: text/html; charset=windows-1251');
echo 'Привет русские буквы';


https://imgur.com/a/GxkNIHF
Ответить с цитированием