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
What is php rest api?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
How you can update memcached when you make changes to php?
What is the use of the function htmlentities?
Tell me will a comparison of an integer 12 and a string "13" work in php?
What is the difference between htmlentities() and htmlspecialchars()?
Can you define an argument as a reference type?
The left association operator % is used in PHP for?
How send email using php?
How is it possible to remove escape characters from a string?
How do you define a constant?
What are the two main string operators?
Explain the syntax for ‘foreach’ loop with example.
What does trim () do in javascript?
What is php namespace?