What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Answer / Sandeep Tiwari
mysql_fetch_array() returns an associative array, a numeric array, or both depending on the mysqli_num_rows() function call before the fetch. mysql_fetch_assoc(), however, only returns an associative array where the keys are the column names.
| Is This Answer Correct ? | 0 Yes | 0 No |
what will do ceil() and floor() in PHP?
how can I use bread crumb in PHP ?
Tell me what is the difference between exception::getmessage and exception::getline?
What is difference between static and final in php?
What does $_cookie means?
How to find a length of a string in php?
What is the difference between the functions unlink and unset?
How can we destroy the session, how can we unset the variable of a session?
how to overcome server time behind twleve hours compare to local system time
Explain how can we increase the execution time of a php script?
What are the main error types in php and how do they differ?
Is empty java?