|
Developer Perspective
There are a few reasons why PHP is the best solution for web applications.It was created for the web - PHP started as a collection of C applications that the author wrote for use on his own web site. It evolved into a server-side scripting language built for building logic into web pages. This single-mindedness in design has resulted in a language that is both flexible and streamlined for use on the web.It’s cross-platform - PHP runs on UNIX, Linux, Mac OSX, and Windows. In addition to being cross-platform, it has built in functions for connecting to most popular database, including general ODBC connections.
|