What is the use of trim function in php?
What is the difference between $name and $$name?
Explain how is it possible to cast types in php?
what do you mean by php.ini file ?????????
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 run the interactive php shell from the command line interface?
How to get seconds from current date using date function ?
8 Answers Sarna Technologies, Satyam,
What’s the difference between htmlentities() and htmlspecialchars()?
How can we submit a form without a submit button?
2 Answers Rushmore Consultancy,
Is php an object or array?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
Who is known as the father of php?
When is a conditional statement ended with an endif?