How to check if a string contains a character or word in php?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us how to set cookies in php?
What is the use of $_server and $_env?
AentteQ Software Technologies Q: what are benifits of using LAMP..?
What language is php written in?
What is apache and php?
How will you create a bi-lingual site (multiple languages) ?
Is it possible to use com component in php?
What are the uses of explode() function?
What does addslashes do in php?
Tell me what is htaccess? Why do we use this and where?
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 to find current date and time?