Why we are using PHP than others for web developing?
Answer Posted / hitha
1.Cost
2.Open Source
3.Ease Of Use
4.HTML Embeddedness
5.Cross-Platform Compatibility
6.Not Tag Based.
7.Stability
8.Speed
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can you pass an array into a function?
What is the use of curl()?
What is the use of die in php?
Please explain is it possible to use com component in php?
Explain me what is the meaning of a persistent cookie?
How can you create a session in php?
Explain the difference between $var and $$var?
Does php class need constructor?
Tell me can you extend a final defined class?
Why namespace is used in php?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
How do I run a php file?
Explain what does the expression exception::__tostring means?
What is array filter in php?
How do you end a function in python?