Why we are using PHP than others for web developing?
Answer Posted / jeevareka
**PHP stands for PHP: Hypertest Preprocessor.
**This is one of the server-side scripting language.
**First reason for using PHP is--- this is open source software.
**so free to use and download.
**It also supports many databases(oracle,mysql...).
**PHP is command-line interpreter(CLI) so powerfull enough
to perform high-level task.
**simpler than other web developing languages.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is exception handling in php?
What is php key?
Explain what are the three classes of errors that can occur in php?
What is psr in php?
What does the scope of variables means?
Tell me how to find the length of a string?
Where can I learn php?
How cookies are transported from servers to browsers?
What is $_ request?
Why session timeout is important?
What are the advantages of triggers in php?
What are the two main string operators?
What is the latest version of php?
How to assigning a new character in a string using php?
Give the case where we can use get and we can use post methods?