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 cms php?
How to copy a file?
What are the advantages of php?
What is composer install?
How is session id stored in browser?
How to update memcached when you make changes to php?
Tell me how to create a text file in php?
What is is_null() in php?
What is multidimensional array in php?
Write a query to find the 2nd highest salary of an employee from the employee table?
How many types of session are there?
What is the use of strip_tags() method?
Write a program in php to reverse a number?
What are include() and require() functions?
How to set cookies in PHP?