Brief introduction to PHP's advantages in Web development _php tutorial

Source: Internet
Author: User
Tags what php web hosting web hosting services
In the eyes of most web developers, ASP and JSP are considered to be the front-runners, while PHP is considered a weak "struggling", or it is a demeaning to the use of the language, not worth participating in enterprise Web Development competition. In my opinion, the reason PHP is not considered a competitor is that the reviewer lacks knowledge of it and does not know about other operating systems for Web development. Contrary to some ideas, windows no longer occupies the largest share of the web hosting services market, and I suspect it is also being pulled out of the city in the area of web development.

Why is there no PHP in enterprise development?

Obviously, PHP is considered to be behind ASP and JSP too much, so that it is useless, but this is exactly the same as the fact. PHP is a powerful language in itself. It's actually on every Linux distribution, and also on Mac OS X. It is free to get the artifact (Building-block) tools and software that develop and use PHP code. The Commercial Integrated development environment (commercial integrated development environments,ides) for developing PHP applications can also be found-such tools have Komodo (it runs on Linux and Windows) and Zend Studio (this application can run on any operating system with a Java Runtime Environment). The fact that you can run PHP-built web sites on almost every web, regardless of what operating system the server is running, makes PHP more appealing.

What can PHP offer?

Forget about what's going on around PHP for a while, and consider what PHP can offer. It is a robust server-side language that provides a considerable amount of functionality and can quickly serve the page.

Easy to use

Any user who uses C or Perl or another language with similar styles and syntax can quickly get started with PHP. Although it is designed to be used on the web, it can also be used as a command-line language. Does the Web application you are writing need to execute some code every hour or every day? Using cron or a similar scheduling manager, you can plan to schedule PHP code to execute when you want it to, and use normal commands to interpret scripts or batch files to execute such code. You do not need to automatically invoke a browser to view a dedicated webpage to execute your event, or rely on a visitor's click to tell your system that a particular code needs to be executed at a particular time. The fact that PHP is extensible in this area is absolutely appealing.

Benefits of PHP

I am not a JSP or an ASP veteran, and I do not want to belittle these languages here. Instead, I'll focus on the benefits of PHP.

Localization

PHP allows you to provide localized services to visitors to your site. When a user clicks into the site, the site automatically provides the page in their native language based on their browser settings. To do this, you do not need to use the chores file for language translation, but rather the same ability to use and localize the C program, implemented through a system called GetText. If the requested language file exists, then the text that the user sees is the native language, and if the language file does not exist, then the text is the default English or any other language that you specify. Many localized UNIX applications use GetText as a standard, making it easy for third-party translators to translate.

Easy to use command line

PHP supports setting up and executing command-line programs where needed. Using the standard UNIX diff tool, it can generate errors between the last modification and the current comment that is to be sent to the wrong owner using e-mail. The PHP code performs a diff on the two files written on the system and regenerates the output as input into an e-mail message to be sent. This email is sent by PHP on its own.

Other benefits

The above is only two of the powerful features I use in my own program, but also other functions. For example, you can:

Create simple Flash animations on the fly. Create PDF documents instantly. Use advanced math features, as well as object-oriented programming techniques. Read and write to local and IMAP mailboxes.

Any standard Internet protocol can be used in PHP. Want to write a PHP-based FTP, Web, or news client? No problem! With PHP, you can create your own protocol by writing clients and servers that use standard TCP/IP sockets.

Enables support for encryption and support for various database servers.

Short-sighted commentary

I think those who are looking for top-notch web development languages to get rid of PHP are extremely sighted. I've been writing code in PHP for many years, whether it's advanced features like the bug tracker, or simply reusing common features like headers and footers, which I've written in PHP. I use PHP to write more than half of static pages, but also write a full-featured multimedia presentation. I'm not the only one who uses PHP. If PHP is not worth noticing, if it's just a pediatric or hobbyist language, why is it the fastest growing language in Web development? If it's not as powerful as an ASP or JSP, why is it being used on huge traffic web sites? such as Yahoo!, It is said to have been built by PHP.


http://www.bkjia.com/PHPjc/446728.html www.bkjia.com true http://www.bkjia.com/PHPjc/446728.html techarticle in the eyes of most web developers, ASP and JSP are considered to be the front-runner, while PHP is considered a weak "struggling", or it is a demeaning to the use of the language, not ...

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.