Posts by vtoloto • 1 point
1 post
-
0
votes1
answer119
viewsQ: How to insert data into an array position
I have a function salvar that creates an array and sends the data via post to the BD, but before sending the data I need to insert data into two positions of the array. I’ve tried with array_fill…