What is the use of mysqli_fetch_array?
Answer / Dileep Kumar Pandey
mysqli_fetch_array() is a function in PHP that fetches a result row as an associative array, a numeric array, or both. This is used to retrieve data from a MySQL database after executing a query.nnExample:n```phpn$result = mysqli_query($conn, $sql);n$row = mysqli_fetch_array($result, MYSQLI_ASSOC);n```
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a simple query?
Explain the difference between delete and truncate.
What is the function of mysqldump?
Explain TIMESTAMP DEFAULT ?2006:09:02 17:38:44′ ON UPDATE CURRENT_TIMESTAMP.
What are the steps involved in query processing?
How do I view a mysql database?
How do you index just the first four bytes of the column?
How to create trigger in mysql phpmyadmin?
Why is mysql popular?
How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.
What can you do with mysql?
How do I truncate all tables in mysql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)