• Home

Logo

Navigation
  • Home
  • Articles
    • Content Writing
    • Design
    • General
    • Internet Marketing
    • Social Media
    • Tools and Tips
    • Usability
    • Web Hosting Articles
  • Tutorials
    • AJAX Tutorials
    • ASP Tutorials
    • C# Tutorials
    • CGI and Perl Tutorials
    • CSS Tutorials
    • Flash Tutorials
    • HTML Tutorials
    • Illustrator Tutorials
    • Java Tutorials
    • JavaScript Tutorials
    • Linux Tutorials
    • Miscellaneous Tutorials
    • MySQL Tutorials
    • Photoshop Tutorials
    • PHP Tutorials
    • Python Tutorials
    • Wireless Tutorials
    • WordPress Tutorials
    • XML Tutorials
  • Scripts
    • AJAX Scripts
    • ASP Scripts
    • ASP.NET Scripts
    • CGI & Perl Scripts
    • Flash Scripts
    • Java Scripts
    • JavaScript Scripts
    • PHP Scripts
    • Python Scripts
    • Remotely Hosted
    • Tools and Utilities
    • XML Scripts
  • Answers
  • Online Services
  • Tools

Five reasons you should be using PHP

By Akash Mehta | on Feb 18, 2008 | 0 Comment
PHP Tutorials
  • Tweet
  • Share
  • Tweet
  • Share

Here’s one for all the Ruby on Rails, Perl, Python (+Django) and ASP/.net web developers. There are a lot of myths about PHP, often developing from the language’s early beginnings, or simply by misconceptions perpetuated by areas of the enormous user base.

Sure, it isn’t perfect. It has its problems; from professionalism to consistency and even versioning. Still, it’s a fantastic language for web development; it’s efficient, scalable and, when used appropriately, effective. Read on for five reasons you should be using PHP for web development.

1. Deployment
If there’s one thing you can’t fault PHP for, it’s deployment. mod_php just works – heck, PHP was even designed for mod_php. Setting up a PHP-enabled Apache web server can be a matter of just a single command at console, and LigHTTPD / IIS aren’t too hard either. A well written PHP script can simply be dropped into place, and it will work.

2. Functionality
Today’s web applications involve some very complex routines. Web developers come across everything from XML parsing to string manipulation and even fetching pages from external web applications. PHP has an unbelievable amount of functionality built into the core. If you know what you want to achieve, a quick search of the PHP manual should reveal countless functions available to help you, and for everything else, there’s always phpclasses.

3. Infrastructure
Thanks to the effectiveness of PHP deployments, shared hosting with Apache and PHP is now available for less than the price of a cup of coffee. If you want to head up a notch, VPS preconfigured perfectly for a PHP setup isn’t too dear, and there’s always native PHP support at the end of the line. If you want to develop with PHP and get your web apps out there, the infrastructure is ready for you.

4. Speed
All that functionality I mentioned before? It’s written in C. Not PHP, C. Unlike Python libraries in Python apps, Perl libraries in Perl scripts and so on, just about all of PHP’s core functionality is written in C, and is blazing fast as a result. Given enough memory, a PHP web application running on even an old PIII server can handle hundreds of thousands of hits per day. In comparison, a Ruby on Rails web application would need either top of the line hardware or multiple servers and load balancers, in order to handle a similar load.

5. Resources
With the scale of the PHP user base, comes a world of supplementary resources, tools and community built around the language. On offer are online tutorials, help through IRC channels and forums, code snippets, books and even live training sessions; in addition to this, more IDEs than you can shake a stick at, as well as all sorts of supplementary utilities. When it comes to extending your PHP, it’s all out there.

Share this story:
  • tweet

Tags: php tipsPHP Tutorials

Author Description

No Responses to “Five reasons you should be using PHP”

You must be logged in to post a comment.

Connect With Us

RSSSubscribe 1,239Followers 494Likes
  • Popular
  • Recent
  • Comments
  • Creating Energy Spheres in Photoshop

    Apr 15, 2008 - 96 Comments
  • Easy Screen Scraping in PHP with the Simple HTML DOM Library

    Aug 6, 2008 - 20 Comments
  • Calculating date difference more precisely in PHP

    Mar 7, 2008 - 13 Comments
  • When Does Hosting Your Website in the Cloud Make Sense?

    Oct 8, 2010 - 2 Comments
  • Fun with the Microsoft Managed Extensibility Framework Part 2

    Oct 6, 2010 - 0 Comment
  • Fun with the Microsoft Managed Extensibility Framework Part 1

    Sep 22, 2010 - 0 Comment
  • Website Management on the go with the iPad

    I appreciated your post, but I was looking for something I didn't...
    November 24, 2012 - drmoderator
  • Creating Energy Spheres in Photoshop

    I'm a little stuck down here especially at the step of creating the...
    November 23, 2012 - sarah
  • Running background processes in PHP

    Can you give an example? As see it, you can use this only when you...
    November 16, 2012 - Shaked Klein Orbach
Developer Resources
  • Tutorial Directory
  • Learn HTML
  • Learn PHP
  • Learn CSS
  • Learn AJAX
  • Learn JavaScript
  • Learn Pear
  • White Papers
  • Resources
    • NetVisits Web Directory
    • Realtor Pixels
    • Answers On The Run
    • Ask A Geek
  • Recent Posts

    • When Does Hosting Your Website in the Cloud Make Sense?
    • Fun with the Microsoft Managed Extensibility Framework Part 2
    • Fun with the Microsoft Managed Extensibility Framework Part 1
    • Website Management on the go with the iPad
    • Code Contracts in C# 4.0 – Part 1

    Calendar

    May 2013
    M T W T F S S
    « Oct    
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  

    Recent Comments

    • drmoderator on Website Management on the go with the iPad
    • sarah on Creating Energy Spheres in Photoshop
    • Shaked Klein Orbach on Running background processes in PHP
    • Thomas Cuvillier on How To Upload Files Using PHP
    • rizal aditya on Extracting text from Word Documents via PHP and COM
    • Home
    © 2003 - 2013 DeveloperTutorials.com. All Rights Reserved. Privacy Policy.