Tell me how can we define a variable accessible in functions of a php script?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Why php is also called as scripting language?
What is abstract class php?
What should we do to be able to export data into an excel file?
Which is incorrect with respect to separating php code and html?
how can we check mail function with '127.0.0.1' (before submitting a site?
Is php 5 still supported?
What are php errors?
Tell me how do you execute a php script from the command line?
What is the delimiter default in PHP?
How can we destroy the session, how can we unset the variable of a session?
Is salary fixed or variable cost?