Why we are using PHP than others for web developing?
Answers were Sorted based on User's Feedback
Answer / mohit
There is lot region to use PHP..
1.PHP is server side scripting language for developing
dynamic web page.
2.PHP is open source software.so it is free to use and download.
3.PHP is easy to use and understand compare with other
scripting language.
4.PHP is 100% secure.and it also supports many
database(mysql,oracle....etc).
5.PHP can work on different server(WAMP,IIS...ETC).
6.PHP is portable,good performance.
7.PHP script execute on server side.and browser get output
plain HTML.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / 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 |
Answer / 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 |
Answer / prakash.matte
and Execution speed is high compared to other languages
| Is This Answer Correct ? | 3 Yes | 0 No |
What does $globals mean?
how to include a datepicker in a form using php and mysql
Difference between mysql_connect and mysql_pconnect?
What are soundex() and metaphone() functions in php?
Is php secure?
What is in php 7?
Which software is used to run php programs?
What is trait in php?
Tell me will a comparison of an integer 12 and a string "13" work in php?
How to remove white spaces from the beginning and/or the end of a string in php?
What is session in php w3schools?
How do you compare strings in java?