booking/work/files/old/book_v2_5.php
2025-03-24 19:02:58 +03:00

7 lines
251 B
PHP

<?php
require_once('fixed/config/go_con.php');
access(50);
$str = file_get_contents('./file_test.json');
$json = json_decode($str, true); // decode the JSON into an associative array
echo '<pre>' . print_r($json, true) . '</pre>';