Skip to content

Instantly share code, notes, and snippets.

@zirouan
Created October 2, 2015 10:55
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 zirouan/912a2a2b4d3cf1bb2f3d to your computer and use it in GitHub Desktop.
Save zirouan/912a2a2b4d3cf1bb2f3d to your computer and use it in GitHub Desktop.
Formulário simples de envio de mensagens.
<html>
<head>
<title>Exemplo GCM</title>
</head>
<body>
<form method="post" action="gcmserver.php">
<input type="hidden" name="acao" value="enviar">
Mensagem:<input type="text" name="mensagem"><br>
<input type="submit" value="OK">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment