Posts by Stenio Francis • 31 points
2 posts
-
2
votes3
answers157
viewsQ: How to do explode inside the $request->all() array
I need to go through this array and get all the keys that start with col. Does anyone know how to do this? array:8 [▼ "_token" => "NZ68b8h3L560aUc6DXBeb8Myb4JFD0hSgfSpJ2Lk" "_method" => "PUT"…
-
0
votes1
answer335
viewsQ: How to insert multiple data at once into the database coming from multiple inputs with the same name?
I am generating lines through javascript for the user to register several information at once in the table. When I send the request, the database only records a record and needs it to take all the…