what is php stands for?
Answer Posted / sudheerkumar
Php:hyper text preprocessor
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the function file_get_contents() useful for?
What does the function get_magic_quotes_gpc() means?
What is a query give example?
What is a definer in mysql?
What is the use of explode() function?
How to swap two variables without using 3rd temp variable.
What is htmlspecialchars?
What is the use of offset in mysql?
What is the best php framework 2018?
How do you create an array in php?
Tell me what are magic methods?
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.
Can we embedded directly PHP code into XHTML document? State Whether True or False?
What is xss and csrf?
What is the use of final class in php?