Does php need a closing tag?
No Answer is Posted For this Question
Be the First to Post Answer
How to select a database?
What do you mean by design patterns (php) ?
Is php a strongly typed language?
Is numeric in php?
Is php still used?
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 )
How to delete file in php?
What software is required for php?
Tell me what is the difference between get and post?
Which is the Best plateform for PHP?
What are the different ways to login to a remote server? Explain the means, advantages and disadvantages?
What software is required to run php?