What is different between software and app
No Answer is Posted For this Question
Be the First to Post Answer
What is prepared statement in php?
Write a program using while loop?
What is class extend in php?
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 )
What's the difference between accessing a class method via -> and via ::?
What is htaccess? Why do we use this and where?
Is session a cookie?
What is a php namespace?
Who is known as the father of php?
What is the purpose of the '.frm' file extension? What do thes file contain?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
How do I find out the number of parameters passed into function9?