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 will you calculate days between two dates in PHP?
How can we upload a file in php?
What is a simple php method to make a cross domain data request?
Is python better than php?
How to create a directory?
How is it possible to propagate a session id?
Differences between get and post methods?
Define about declare construct?
How can we enable error reporting in php?
What is the use of token in php?
What is the purpose of basename() function in PHP?
What is overloading and overriding in php?
How is a session id generated?
Is null check in php?
What should we do to be able to export data into an excel file?