Tell me how the result set of mysql be handled in php?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

What is a null coalescing operator in php7?

0 Answers  


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

0 Answers   Amazon, FGD,


What is list in PHP?

0 Answers  


What is the use of offset in mysql?

0 Answers  


What is a class in php programing?

0 Answers  






In How many ways can u represent Not equal?Give Syntax of all ways..

3 Answers  


What version of php do I have windows?

0 Answers  


How to check an key is exists in array?

0 Answers  


Tell me can the value of a constant change during the script's execution?

0 Answers  


Write down the code for saving an uploaded file in PHP.

0 Answers  


•What is the difference between “mysql_fetch_array” and “mysql_fetch_object?

2 Answers   Infotech,


Explain different sorting function in php?

0 Answers  


Categories