Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <div class="w3-row-padding">
  2. <form action="editar_admin.php" method="POST">
  3. Nome: <input required type="text" name="nome" value="<?php echo $rowa['username_Admin']; ?>"style="width: 300px;"><br><br><br>
  4. Email: <input required type="email" name="email" value="<?php echo $rowa['email']; ?>"style="width: 300px;"><br><br><br>
  5. Senha: <input required type="password" name="password" value="<?php echo $rowa['password_Admin']; ?>"style="width: 300px;"><br><br><br>
  6. <input class="btn" type="submit" name="submit" value="Confirmar a modificação"></form><br><form action="eliminar_admin.php" method="POST"><input class="btn" type="submit" name="submit" value="Eliminar utilizador">
  7. </form>
  8. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement