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
What is a null coalescing operator in php7?
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.
What is list in PHP?
What is the use of offset in mysql?
What is a class in php programing?
In How many ways can u represent Not equal?Give Syntax of all ways..
What version of php do I have windows?
How to check an key is exists in array?
Tell me can the value of a constant change during the script's execution?
Write down the code for saving an uploaded file in PHP.
•What is the difference between “mysql_fetch_array” and “mysql_fetch_object?
Explain different sorting function in php?