Answers for "php application json header"

PHP
1

php header json

header('Content-Type: application/json');
echo json_encode($data);
Posted by: Guest on March-03-2021

Browse Popular Code Answers by Language