How to insert a line break in php string?
No Answer is Posted For this Question
Be the First to Post Answer
How many escape sequences are recognized in double-quoted strings in php?
hey i m a trainee n jus wanted to ask that initially i was given the opportunity for .NET bt that project is abt to complete , nw i m asked to join a project of php on linux which is about to start , so wt say . is it a wise decision to join this project . will i be having job opportunities when i l complete my training after 4 months ? Plz suggest something ASAP .
What is the method to execute a php script from the command line?
How can you send email in php?
Explain me what is the difference between explode() and split() functions?
What is a controller in php?
How are Variables Defined in PHP?
How to return a value back to the function caller?
Tell me how to find current date and time?
What is a PHP accelerator?
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 does php exit do?