Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
Answer / Manoj Kumar
mysql_fetch_array() returns a result as an associative array, a numeric array, or both (by default).nmysql_fetch_object() returns a result as an object with property names based on the column names.nmysql_fetch_row() returns a result as an indexed array.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is helper library?
When to use single quotes, double quotes, and backticks?
Hello I m 1.5 exp, i want code : ms word to Html in php,retrieve the words in ms word in to dispaly browser in (same format,alignment). pls help me everybody Regards selva
What are php data types?
what is difference between PHP4 , PHP5
How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?
What enctype is required for file uploads to work?
Which programming language does php resemble to?
How to genrate report in wordpress cms
how long a default session stay in php?
Difference between mysql_connect and mysql_pconnect?
What is php oops concepts?