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 / 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 |
How do you run a php script from the command line?
What is mod_php?
What is sorting php?
What is file upload?
how many types of inheritance is there in php? name there?
What is the difference between the functions UNLINK and UNSET?
What is final class and final method?
What is the use of count() function in php?
How can you pass a variable by reference?
what is php?
Which function gives us the number of affected entries by a query?
How we can convert dynamic url into static url? plz provide code.