Answers for "send json reponse php'''"

PHP
4

send json reponse php

header('Content-Type: application/json; charset=utf-8');
echo json_encode(array(
	"reponse": 200
));
Posted by: Guest on October-02-2021

Browse Popular Code Answers by Language