What is the use of mysql_fetch_array () function in php?



What is the use of mysql_fetch_array () function in php?..

Answer / Neelesh Kumar Patel

The mysql_fetch_array() function fetches a result row as an associative array, a numeric array, or both.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is difference between mongodb and mysql?

1 Answers  


What is the purpose of using a heap table?

1 Answers  


What command is used to delete the data from the table without deleting the table structure?

1 Answers  


What is identity in mysql?

1 Answers  


How to make a column bigger and delete unique from table.

1 Answers  


What is an example of a delimiter?

1 Answers  


What is diff b/w MYISAM and INNODB storage engine. and also define the benifits and drawbacks of both storage engine

1 Answers  


What are the purposes of using enum and set data types?

1 Answers  


What are the column comparisons operators?

1 Answers  


What is delimiter in mysql stored procedure?

1 Answers  


How many threads can mysql handle?

1 Answers  


What does TIMESTAMP ON UPDATE CURRENT_TIMESTAMP data type do?

1 Answers  


Categories