How many ways there are to fetch the data from the Database?
Answers were Sorted based on User's Feedback
Answer / dharmendra gurjar
mysql_fetch_array
mysql_ftech_row
mysql_fetch_object
mysql_fetch_assoc
the four way to help you to find the data from the database.
| Is This Answer Correct ? | 45 Yes | 1 No |
What is difference between isset and empty in php?
What is the difference between apache vs niginx?
What are the differences between echo and print?
What is needed to be able to use image function?
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?
How does csrf attack work?
How cookies are trported from browsers to servers?
Which is true about the singleton design pattern?
which function used to get the file name in php?
Is php a mvc?
1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?
What are the features of php 7?