What is the full form of PHP?
Answer Posted / pradeep maurya
Old Name:-Personal Home pages
New Name:-Hypertext Preprocessor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate echo vs. Print statement.
What is a comment in php?
What was the old name of php?
What types of loops exist in php?
What is the difference between for and foreach?
What is the importance of "action" attribute in a html form?
What are major variables in research?
What is the phpstorm?
What are the different components used in php for formatting?
Is wordpress a php framework?
How is it possible to remove escape characters from a string?
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 a definer in mysql?
How to open standard output as a file handle?
What are the benefits of using php and mysql?