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 are the different opening and closing tags available in PHP?
what is mean php ? is it designingtool or language? how ill create website using by php?
What is psr in php?
What is difference between rest api and restful api?
display selected value in dropdown list through javascript without page refresh
How to create a table using php?
What is data type in php?
What is csrf mvc?
What is traits? How it is used in php?
hi! i am tushar. i am trying to insert digital signature in a pdf file using PHP. i create a digital signature jpg image using imagecreatefromjpeg() function, but whenever i trying to insert it into my pdf file it shown this error. "FPDF error: Not a JPEG file: signature.jpg". could some one help me? how can i insert a digital signature in a pdf file using PHP?
Do you know when sessions ends?
write function of the sentence traversal passing the parameter, e.g input:this is input sentence. output:sentence input is this.