Answers for "php display json in browser"

PHP
0

php display json in browser

<?php
...
$json_string = json_encode($data, JSON_PRETTY_PRINT);
Posted by: Guest on September-19-2021
0

php display json in browser

header('Content-Type: application/json');
Posted by: Guest on September-19-2021

Browse Popular Code Answers by Language