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 can we determine whether a php variable is an instantiated object of a certain class?
Is variable name casesensitive in php?
What are the differences between require and include?
How can we extract string 'techinterviews.com' from a string 'http://www.techinterviews.com' using regular expression in PHP?
How can MYSQL functions be available with PHP?
What are php magic methods/functions?
What is isset in php form?
How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php
Write a query to find the 2nd highest salary of an employee from the employee table?
How to get no of arguments passed to a PHP Function?
What is cms php?
In forms when i am click submit button it will store on the desired table as well as it send to paticuler mail id. Any body know the answer plz give me detail information.