Answers for "application type json header php"

PHP
1

php header json

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

Code answers related to "application type json header php"

Browse Popular Code Answers by Language