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 |
What is the function mysql_pconnect() useful for?
How to set session.gc_divisor properly?
What is the difference between print() and echo()?
Does php use html?
What is the role of php.ini file?
Name some of the functions in php.
hi to all i am fresher in php and want to learn php and want a fresher job in php. how to total time i expend to learn php and what is freshers salary.
How to get the http request in php?
List out different arguments in PHP header function?
Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
8 Answers Base2 Infotech, DCI, Microsoft, Tata Elxsi,
Why and where do we use htaccess?
Why php is used with mysql?