Skip to content
Snippets Groups Projects
Commit ba140a48 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

ingredients[]

parent 89c6b528
Branches
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
<div class="col-sm">
<div class="form-group">
<label>Ingrédients</label>
<select multiple class="form-control" name="ingredients">
<select multiple class="form-control" name="ingredients[]">
<?php
$ingredients = Recette::getIngredients();
foreach($ingredients as $ingredient) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment