What does mysqli_fetch_assoc do?



What does mysqli_fetch_assoc do?..

Answer / Anamika Choudhary

mysqli_fetch_assoc is a PHP function that fetches a result row as an associative array. It is used to traverse the result set returned by a MySQL query.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is the difference between is null & is not null?

1 Answers  


Write a query to display even rows in student table using mysql?

1 Answers  


How do you stop an access query?

1 Answers  


What is append query?

1 Answers  


what are the different tables present in mysql? : Mysql dba

1 Answers  


How to check if a record exists in a mysql database php?

1 Answers  


How to calculate the difference between two time values?

1 Answers  


What is the maximum size of mysql database?

1 Answers  


Is mysql a backend?

1 Answers  


What is the use of mysql_close()?

1 Answers  


Is number a datatype in mysql?

1 Answers  


How do I copy a table in mysql?

1 Answers  


Categories