|
PHP is a great programming language for Web Aplications. |
|
|
|
|
Written by Suman Das
|
|
Wednesday, 04 June 2008 |
|

We can build enough robust and interactive web application rapidly with this technology. Day by day php is emerging as highly popular language for web application. Firstly the web application that are written php is obvious to be very lightweight. It is lighter than other choices(JSP,ASP,PERL). It is also a multithreaded language.
There is two very much practical reasons behind such popularity of PHP. First development in PHP is tremendous economical in cost.If we want to use php to build a web site we can use Linux as operating system, Apache as web server and MySql as database that all are open source software and highly compatible with each other.
Secondly, php is such a programming language that are very much easy to learn. So wherever rapid development is concerned, php is a very good option. Another great feature of php is that it posses different specific libraries of functions for very robust and quick data handling from a MySql database. This feature have made php best option for the web based project where data manipulation rate is very high.
As php is easy to learn and to some extent it is not strongly typed language, most of beginners often writes lot of indisciplined codes. But it is completely depends on the programmer. So we should not blame php for this issues. Surely you can write well structured and disciplined code in PHP if you know how to php in proper manner.
But there is some loop holes in php in some security issues.You can ask that why php is not strongly typed language? Or why php is not maintaining strong object orientation. Answer is that the objective of the php was not that. The objective of the php was rapid development of web application that deal with different types of information. But now-a-days, if a php programmer want to write highly secured codes, he will be capable to write that to some extent in php. Everyday it is seen that usage of php in the web is increasing. So we can demand that php is a successful programing language that are fulfilling it's own objective properly.
|
|
Last Updated ( Saturday, 11 December 2010 )
|