Файловый менеджер - Редактировать - /home/gqdcvggs/thelordcourt.be/save.php
Назад
<?php header('Content-Type: application/json'); $data = json_decode(file_get_contents('php://input'), true); if($data) { $existingData = []; if(file_exists('response.json')) { $existingData = json_decode(file_get_contents('response.json'), true); if(!is_array($existingData)) { $existingData = []; } } $existingData[] = $data; file_put_contents('response.json', json_encode($existingData, JSON_PRETTY_PRINT)); echo json_encode(['success' => true]); } else { echo json_encode(['success' => false]); } ?>
| ver. 1.6 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка