Skip to content

Instantly share code, notes, and snippets.

@clubeagn
Forked from jhowbhz/pagina.php
Created June 13, 2018 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clubeagn/2966f6029c441e5bb415ef6cbe2d178b to your computer and use it in GitHub Desktop.
Save clubeagn/2966f6029c441e5bb415ef6cbe2d178b to your computer and use it in GitHub Desktop.
exemple 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