Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <form method="get" target="_blank" action="pagina2.php">
  2. <input type="text" name="inputuno"></input>
  3. <input type="text" name="inputdos"></input>
  4. <input type="submit" value="envia"></input>
  5. </form>
  6.  
  7. $variableuno=$_GET['inputuno'];
  8. $variabledos=$_GET['inputdos'];
  9. //loop mysqli;
  10. <html> resultados consulta </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement