Move search bar to the top

This commit is contained in:
2020-06-21 20:38:22 +02:00
parent 554baf39ff
commit e5c6e2d6a2
14 changed files with 54 additions and 50 deletions

View File

@@ -10,12 +10,12 @@
<body>
<?php include 'navbar.php' ?>
<?php
include '../database.php';
include 'database.php';
$pdo = connectDatabase();
$data = fetchUserData($pdo, $_GET["edit"]);
?>
<form method="post" action="../user_management.php">
<form method="post" action="user_management.php">
<div class="input-group">
<label>Nombre</label>
<input type="text" name="nombre" value="<?php echo $data[1]; ?>">