Posts by Gustavo • 5 points
1 post
-
-3
votes3
answers307
viewsA: transform result into an array so -Function select php
Try putting the result in a while. ex: while($row = mysqli_fetch_array($result)) { $posts['post_id'] = $row['post_id']; $posts['post_title'] = $row['post_title']; $posts['type'] = $row['type'];…