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 |
How stop the execution of a php scrip?
What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?
Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host
What are the features of php?
How to initiate a session in php?
How many types of array supported in php?
How to retrieve the original query string?
write a program to print [123] [456] [789] note : braces also need to be printed
Why laravel is the best php framework in 2019?
how to display and include the user system date/time in a php program/project
Is there any way to call a JAVASCRIPT function in PHP in AJAX
Tell me how to retrieve a cookie value?