Why we are using PHP than others for web developing?
Answer Posted / 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 |
Post New Answer View All Answers
What does the unlink() function mean?
What are string functions?
Is multilevel inheritance possible in php?
What are the rules in creating php variable?
What is the name of scripting engine in php?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
How cookies are transported from browsers to servers?
Echo is used to Display message on screen. Which is used with echo to not output the trailing newline?
What is htaccess in php?
How do I end a php session?
What is php and how do you use it?
How to replace a substring in a given string in php?
What is the meaning of "enctype= multipart/form-data" ?
Tell me what does $_env means?
What is static variable in php?