What is the use of explode() function?
No Answer is Posted For this Question
Be the First to Post Answer
What is the apache?
Does browser understand php?
which function used to get the file name in php?
What does PHP stand for?
What are the different types of php variables?
what is difference between PHP4 , PHP5
What is the method to execute a php script from the command line?
which is the best institute for php training near delhi & NCR......& what is the fee for the same....
What are the array functions 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 are variables declared in php?
What is the difference between php and javascript?