how can i find number of rows in a table using MS Access and
php?
i used odbc_num_rows($query); but it returned -1.
Answer Posted / amitverma
The function odbc_num_rows() returns -1 only if there's
some sort of error, whether it be improper db connection or
improper SQL query. So first check/validate these issues
using if conditions in PHP. I think it must solve your
problem.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is foreach loop in php?
Tell me what does the array operator '===' means?
What is the importance of php?
What is php stack?
Explain what is the main difference between require() and require_once()?
What is 'float' property in css?
What is slim framework?
Differentiate between php5 and php7?
What is the Pipe Symbol represented?
What are php string functions?
List some string function name in php?
What is boolean in php?
What is php destruct?
What is php artisan tinker?
List the different types of print functions available in php?