What is the difference between echo print and print_r in php?
No Answer is Posted For this Question
Be the First to Post Answer
How to call a php function from another php file?
How do you pass a variable by value in php?
What is different types of visibility?
What type of headers that PHP supports?
What is the difference between $message and $$message?
12 Answers BSPL, eGrove, i-Net Solution,
Do you know what is the use of the function 'imagetypes()'?
Hello Friends,I am seeking for a job in php having 9 months. exp.Please suggest any company openings.
What is the function func_num_args() used for?
Why many companies are switching their current business language to php?
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.
How to get path of php.ini with a php script?
How to initiate a session in php?