Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 10, 2019 23:32
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 parzibyte/2bb0c8bf38cc463de62b54251c523638 to your computer and use it in GitHub Desktop.
Save parzibyte/2bb0c8bf38cc463de62b54251c523638 to your computer and use it in GitHub Desktop.
<?php
include_once "cors.php";
$idPersona = $_GET["id"];
$mensaje = "Ok se elimina a la persona con id $idPersona";
echo json_encode($mensaje);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment