What are the different ways we can retrive the mysql results
using php ? Explain each
Explain me soundex() and metaphone()?
How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?
What is PHP? Who is the father or inventor of PHP?
WWhat is the functionality of md5 function in PHP?
Is php fully object oriented?
Tell me what types of loops exist in php?
How do I add to the beginning of an array and find the number of elements in it?
1 Answers Rushmore Consultancy,
What is the output of the following php code?
What is multidimensional array in php?
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.
How to include a file code in different files in php?
Which is better python or php?