Give the case where we can use get and we can use post methods?
No Answer is Posted For this Question
Be the First to Post Answer
Write a function that takes "depth" as argument and return sum of node's data of that depth. For instance, (0) depth 0 / \ (10) (20) depth 1 / \ (40) (50) depth2 If I pass get_sum_by_depth(2) , it would return 90 (i.e. 40 + 50 )
Why php 7 is faster?
What is variable give example?
What is a php web application?
What is the use of token in php?
What are the different types of errors in PHP?
How do you check is php not empty?
Where php language is used?
How to create an array of a group of items inside an html form?
Write a hello world program using variable?
Can you explain, when to use if-else if-else over switch statements?
Write a PHP code to print following number pattern: 123 456 789