Update reservations.php
This commit is contained in:
@@ -94,6 +94,7 @@ if(isset($_GET["del"])){
|
|||||||
echo("<option value='".$row["id"]."'>".$row["name"]."</option>");
|
echo("<option value='".$row["id"]."'>".$row["name"]."</option>");
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
<option value='0'>Lehrer</option>
|
||||||
</select>
|
</select>
|
||||||
<button type="submit" value="res" name ="res" class="btn btn-primary">Reservieren</button>
|
<button type="submit" value="res" name ="res" class="btn btn-primary">Reservieren</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user