What is echo and print in php?
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 many companies are switching their current business language to php?
Do csrf tokens expire?
What does odbc do in context with php?
what is the best function that can be used to connect to mysql database and in what cases that we can use below functions ? 1. mysql_connect() 2. mysql_pconnect() please give your answer with all pros and cons
What does php do?
What is the meaning of "enctype= multipart/form-data" ?
Explain NULL?
Does php pass arrays by reference?
Explain the three different kinds of Arrays?
What is php mainly used for?
What is singleton class in php?