what is the difference between mysql_fetch_array() and
mysql_fetch_row()?
Answer Posted / jemit p jose
mysql_fetch_row() for select aggragate data or single data
eg:select count(*) from TableName
mysql_fetch_array() for retrive more data from Table
| Is This Answer Correct ? | 42 Yes | 53 No |
Post New Answer View All Answers
How do you use an array in excel?
What are advantages of .htaccess?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
Tell me what is the default session time in php?
How can we define a variable accessible in functions of a php script?
What is the function of trim?
What are constructor and destructor in PHP?
What are the file upload settings in configuration file?
What is the difference between super () and this ()?
How to redirect https to http url and vice versa in .htaccess?
How to get a total number of rows available in the table?
What is ltrim?
How to close a session properly?
How is csrf token generated?
How to count all the lines of code in a directory and sub folder?