Posts by Leonardo Courbassier • 21 points
2 posts
-
0
votes1
answer360
viewsA: Places image inside an array
A possible solution is to return the image link (e.g.: UPLOADS/PRODUTO21.JPG/) via AJAX to your jQuery function, and in jQuery you search for an element (e.g.: a div) and do the following::…
-
2
votes2
answers52
viewsA: Invalid argument error in foreach
Update First, keep in mind that a warning is not a mistake. What may have generated this warning is the fact that foreach have in its syntax the format: foreach (array_expression as $value) Make…
phpanswered Leonardo Courbassier 21