adspace
How to store values to array from mysql database in php?
Answer Posted / Ram Kishor Sharma
To store values from a MySQL database into an array in PHP, you can use functions like mysqli_fetch_array() or mysqli_fetch_assoc(). These functions return the fetched row as an associative array or indexed array.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers