barre de recherche
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
<form method="post" action="albums">
|
||||
<?php
|
||||
echo "<br>";
|
||||
echo "<br>";
|
||||
echo "<br>";
|
||||
echo "<select id='GenreId' name='Genre'>";
|
||||
echo "<option value='0'>Select genre</option>";
|
||||
foreach($genre as $genre) {
|
||||
echo "<option value='{$genre->id}'>{$genre->name}</option>";
|
||||
}
|
||||
echo "</select>";
|
||||
echo"<form class'search-bar' action='/search' method='post'>";
|
||||
echo"<form class'search-bar' action='/search' method='post'>";
|
||||
echo"<input type'search' name='recherche' placeholder='Search...'>";
|
||||
?>
|
||||
<button type="submit">Submit</button>
|
||||
|
||||
Reference in New Issue
Block a user