Advertisement
Guest User

Untitled

a guest
Jun 10th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <?php
  2. function VisualizzaForm(){
  3. echo "<form action='AccediDatabase.php' method='get'>";
  4. echo "User: <input type = 'text' name= 'utente'><br>";
  5. echo "Password: <input type='password' name='password'><br>";
  6. echo "<input type= 'submit' value='accedi'><br>";
  7. echo "</form>";
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement