Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Last active May 30, 2023 15:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jhowbhz/2e0dea3396eb119680b9a0432adade2f to your computer and use it in GitHub Desktop.
Save jhowbhz/2e0dea3396eb119680b9a0432adade2f to your computer and use it in GitHub Desktop.
Exemplo F7/JSON/PHP
<?php
header('Access-Control-Allow-Origin: *'); // no cabeçalho
$array = array ('test1', 'test2', 'test3');
echo json_encode ($ array);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment