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


Please Help Members By Posting Answers For Below Questions

What is current version of mysql?

1083


How to Change a users password from unix shell.

1222


What is the current mysql version?

1104


Which statement is used in a select query for partial matching?

1247