What is echo in html?
No Answer is Posted For this Question
Be the First to Post Answer
How to invoke a user function?
What is session in php why it is use?
Explain why would we use === instead of ==?
How can i change the extension name like i have a page which name aboutme.php but i want to show it aboutme.php3 or aboutme.aspx?
Why do we create an instance of a class in php?
What happens when submit button is clicked?
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 )
Tell me how the result set of mysql be handled in php?
Is python easier than php?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
Is php a float?
What is the use of namespace in php?