Skip to content

How to extract data from json in PHP?

header('Content-type: application/json');
echo json_encode($array);
See also  TypeScript code snippet - How to delete firebase collection?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.