mardi 15 octobre 2019

What can I do to print all the data of that particular option from the table in the Database?

I have a dropdown list, taking its options from database. Can I know what can be done to fetch all the details of that particular option? NOTE: I have used Laravel all along

 <select class="form-control select-search" name="selectedUser" id="selectedUser" required style="width: 200px;">
   @foreach($users as $user)
    <option value="" class="text-capitalize"></option>
   @endforeach
 </select>


via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire