Skip to content

Instantly share code, notes, and snippets.

@fmagrosoto
Created April 23, 2021 22:02
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 fmagrosoto/841b01a9ec14ef08a4a37dfcd31454b1 to your computer and use it in GitHub Desktop.
Save fmagrosoto/841b01a9ec14ef08a4a37dfcd31454b1 to your computer and use it in GitHub Desktop.
Salida json desde PHP
header('Content-Type: application/json');
echo json_encode([
'estado' => $estado,
'correo' => $correo
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment