What is the full form of PHP?
Answer Posted / ram
Old Name : Personal Home Page
New Name : Hypertext Preprocessor
It uses HTML script to develop Web pages. So, name has been changed.
| Is This Answer Correct ? | 128 Yes | 16 No |
Post New Answer View All Answers
How do I get csrf token?
Can we use php variable in javascript?
Which is the best php framework for a beginner?
Tell me is it possible to remove the html tags from data?
What are default session time and path?
Write a program in php to check whether a number is prime or not?
How to read one character from a file?
Explain converting an object?
How to write a program to make chess?
How to run the interactive php shell from the command line interface?
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 the ip address of the client?
Explain what does the unset() function means?
Which database is best for php?
What is stdclass in php?