Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 23, 2019 15:31
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/ddc441fc32b8ffba8d2cc475de725f0a to your computer and use it in GitHub Desktop.
Save parzibyte/ddc441fc32b8ffba8d2cc475de725f0a to your computer and use it in GitHub Desktop.
<?php
$nombre = $_POST["nombre"];
$boton = $_POST["boton"];
# $boton podría ser "a" o "b"
echo "Hola $nombre el botón es $boton";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment