Skip to content

Instantly share code, notes, and snippets.

@LeandroLS
Created July 6, 2017 00:16
Show Gist options
  • Save LeandroLS/d1aaaa4d366aad7c73d5da6150277d39 to your computer and use it in GitHub Desktop.
Save LeandroLS/d1aaaa4d366aad7c73d5da6150277d39 to your computer and use it in GitHub Desktop.
Post inputs mesmo nome
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Teste</title>
<script src="jquery-3.2.1.js"></script>
</head>
<body>
<form id='form' action="teste.php" method="POST">
<input type="text" name="nome[]" value='nome1'>
<input type="text" name="nome[]" value='nome2'>
<button type="submit"> Enviar </button>
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment