Explain the difference between $message and $$message?
No Answer is Posted For this Question
Be the First to Post Answer
How can we get the browser properties using PHP?
4 Answers Google, Pollux Softech,
How can we submit a form without a submit button?
What are the differences between PHP3 and PHP4 versions?
What is the main difference between require() and include()?
Which library is used in php to do various types of image work?
How to delete an element from an array?
What are major variables in research?
in PHP for pdf which library used?
Do you know design patterns. List few?
What does $_cookie means?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is the use of strip_tags() method?