FREE Unique Services At YOUR Hands

Subscribers' Corner
  Read More Business Articles June, 2006
Subscribers' Corner in 2006
  • June Subscribers' Articles
  • June Guest Articles
  • May Subscribers' Articles
  • May Guest Articles
  • April Subscribers' Articles
  • April Guest Articles
  • March Subscribers' Articles
  • March Guest Articles
  • February Subscribers' Articles
  • February Guest Articles
  • January Subscribers' Articles
  • January Guest Articles

    Subscribers' Corner Archives

  • Subscribers' Articles in 2005
  • Guest Articles in 2005
  • Subscribers' Articles in 2004
  • Guest Articles in 2004
  • Subscribers' Articles in 2003
  • Guest Articles in 2003
  • Subscribers' Articles in 2002
  • Guest Articles in 2002

    Add to My Yahoo! Add to Your MSN

    Download, Install and Receive the Latest Pathway To Success News HOT! Now you can get the full RSS Reader bringing you all the news from Pathway To Success Ezine Portal.
    Click the image on the right to download.

  • PHP Roadmap
    James Murphy

    We expect our readers to have a more than firm handle on what PHP is, but for completeness-sake: PHP (a recursive acronym of PHP: Hypertext Pre-processor) is an open source, server-side web-scripting language for creating dynamic pages. Outside of it being browser independent, if offers a simple and universal cross-platform solution for e-commerce, and complex web and data-driven applications.

    Why PHP?

    PHP has:

    # A low, smooth learning curve.

    # Broad functionality for databases, strings, network connectivity, file system support, Java, COM, XML, CORBA, WDDX, and Macromedia Flash.

    # Platform compatibility with UNIX (all variants), Win32 (NT/95/98/2000), QNX, MacOS (WebTen), OSX, OS/2, and BeOS.

    # Server compatibility for Apache module (UNIX, Win32), CGI/FastCGI, thttpd, fhttpd, phttpd, ISAPI (ISS, Zeus), NSAPI (Netscape iPlanet), Java servlet engines, AOLServer, and Roxen/Caudium module.

    # A rapid development cycle. New versions with bug fixes, additional functionality, and other improvements are released every few months.

    # A vibrant and supportive community. Code examples and free code abound. The PHP group has done an excellent job of providing new users with resources and support.

    # Easy extensibility. We can easily roll out our own extensions to the language.

    # A simple syntax that resembles C. It’s easy for experienced C, C++, Perl and shell coders to pick up PHP.

    Plus, it’s open source, and it’s free.

    PHP Evolution

    If you’re new to PHP, here’s a quick run down on where it’s been, where it is now, and where it’s going.

    PHP Past

    We will tersely summarize the history of PHP here, but we urge readers interested in the historical aspects of PHP development to review the introductory PHP presentations at http://conf.php.net/ or read the Brief History section in the PHP/FI 2 manual at http://php.net/docs.php

    Rasmus Lerdorf conceived the idea of PHP in the fall of 1994. Version 1 of the language was implemented in the early 1995 and was embraced by a handful of users, following which Version 2 was released later the same year. Version 3 and 4 followed in 1997 and 2000 respectively.

    PHP Present

    As of the time of writing, PHP usage is growing at a rate of 15% each month, and is in use on at least twenty million domains (Source: Netcraft Survey), which is about 20% of all the domains registered so far. This is a significant chunk of the market, given that these figures do not account for the multitude of installations that run on intranets and private development servers.

    PHP runs on 7 major platforms (stable), 10 server interfaces (stable), supports 40 stable extensions (and about as many experimental ones), and offers support to over 20 databases. These figures are testimony to the fact that PHP has grown to its current popularity based on its power and ease of use.

    PHP Future

    The PHP5 scripting engine is a second revision of the PHP4 scripting engine, and provides more obvious intrastate and services to the function modules, and implements the language syntax. This revised version is largely based on the same parsing rules as the PHP4 engine, thus providing goof backward compatibility and migration path from PHP4 to PHP5. But the downside is the limited scope of language-level improvements, to the PHP4 mindset.

    With feedback from a multitude of PHP developers, Zend Technologies Ltd has embarked on a revision of the Zend Engine that will incorporate the PHP developers experience today. We urge you to add http://www.zend.com/zend/future.php to your list of favourite, and also subscribe to the Zend 2.0 monitoring the PHP roadmap.

    PHP vs. Other Scripting Languages

    For those who have migrated form other scripting languages, we have detailed a section on why you just made the right choice.

    PHP vs. ASP

    ASP (Active Server Pages) is Microsoft’s proprietary scripting “language”. Loosely speaking, ASP isn’t a language, but a scripting extension of Visual Basic. For this reason, ASP is relatively easy to pick up for anyone who is familiar with Visual Basic.

    Disadvantages? For one, ASP is generally slower than PHP. ASP is fundamental user of COM-based architecture. So, when an ASP programmer accesses the database and writes to the client, they’re calling upon the COM strictures of another NT server or an OS layer to assist. This COM overhead can add up and results in average performance for anything more than medium-traffic simple page delivery. Also, ASP isn’t exactly ready to port and integrate with GNU tools and open source environments or servers.

    Since it’s a proprietary system of Microsoft, it is mostly used on their Internet Information server (IIS), which limits common adoption of ASP to Windows 32 bit systems – where it comes as a free piece of code to most server customers. There are versions for UNIX 9see Chilli Soft ASP) and several ASP concern. A solution to this problem might be to use the asp2php program (http://asp2psp.maken.cc/), which will convert ASP to PHP.

    PHP vs. Cold Fusion

    PHP runs on virtually every platform; Cold Fusion is only available on Win32, Solaris, Linux, and HP/US. PHP initially requires more programming knowledge in contrast with Cold Fusion, which has a refined IDE and simpler language constructs. PHP is less resource intensive.

    PHP vs. Perl

    Since PHP was designed specifically for the Web, it has the upper hand on Perl in this area, since Perl was designed for myriad applications (and consequently looks the part). The format and syntax of Perl can make a Perl script hard to read and modify later when updates are needed.

    Though Perl has been around for quite some time (it was developed in the late 1980s), and is widely supported, it has grown into a complex structure of additions and extensions and is imply just too much. PHP has a less confusing format without losing its flexible nature. PHP is easier to integrate into existing HTML and offers similar functionality to Perl, but with so much more grace.

    PHP vs. Java

    PHP is simpler to use than Java and makes it easier to architect web applications while also gaining similar advantages of flexibility and scalability. Using PHP doesn’t require 5 years of software engineering experience to create simple, dynamic pages and can be used by savvy, but inexperienced, computer programmers.

    Java is often expensive too, as most companies end up having a stand alone box to run Java enterprise and use Oracle and other expensive software. Having said all that, PHP still has to grow and in that it’s not as portable or doesn’t have some of the nice features like object pooling or database mapping as in Java. These issues are being addressed in the Zend 2.0 engine design consideration.

    PHP Licensing

    PHP was earlier released under both GPL (General Public Licence) and its own licence, which left the individual user free to choose the licence they preferred. Now the program as a while is released under its own extremely laissez-faire PHP4 licence.

    At the time of writing, the Zend licence was release under the QPL (Q Public Licence). Please refer http://www.zend.com/licence/ZendLicence/ for more details. Also quoted in their press release in the change to BSD-style licence, to provide compatibility with the PHP licence, and offer greater freedom of development.

    *******************************
    James Murphy is the Owner of Connex Hosting Limited and 1Line Web Site Design both places provide great services such as Accessibility, SEO and all aspects of web design and programming. http://www.connexhosting.com/

    First name:

    E-mail address:


    Your email will never be rented
    or provided to anyone
    !
    Become a ClickBank Guru!! Great Tips & Freebies!!


    Referred by: ibc3000

    Subscribe to Pathway To Success

    Since 2000 published to over 138,500 Subscribers every other Sunday, our Ezine helps its Readers to succeed in their online business, providing them with top webmaster resources, hot marketing tips, profitable business opportunities, FREE advertising, articles, motivational reading, FREE Web Lions' Library, Bonuses and more.

    You can also add 'Pathway To Success' and 'Subscriber Corner' Articles to Your Yahoo and/or to my RSS Feed and/or Your MSN by clicking the respective images here:

    Add to My AOL Add to My Yahoo! Subscribe to my RSS feed

    Click here to join Pathway To Success Ezine NEW! Now you can receive Pathway directly on your Yahoo. You can subscribe by clicking the image on the right. To check the current Issue, please click here

    Click here to join Pathway To Success Ezine HOT! Now you can read Pathway RSS Feed in Google's New Beta RSS Online Reader. You can read it online or subscribe by clicking the image on the right. It's Free.

    Also, you can get fresh content on your site. Read more below: http://www.thecassiopeia.com/Syndication/

    Name:
    Email: 

    Don't forget to collect YOUR FREE Bonuses!
    Plus NEW! Insider Tips 4
    PLUS 2006 Motivational Calendar

    Note: Please read our Privacy Policy and related documents at:
    Privacy Policy

    Download, Install and Receive the Latest Pathway To Success News HOT! Now you can get the full RSS Reader bringing you all the news from Pathway To Success Ezine Portal. Click the image on the right to download.

    Get a Top Item the Minute It's Out - Watch News Express

    Special 30-Day Success Course
    11 Instalments
    Yours for FREE if You Act Now!
    Name:
    Email:




    Want more info? Click here

    Powered by theCassiopeia.com

    Seek What Is Your Heart Desire



    I'm YOUR Smart CompanionI'm Smartie: Get Me to YOUR Desktop. Just Click Here and
    Get 'Search Engine Manual' As a FREE Bonus. Click here!

    Want to know why you should get Smartie? Check here!

    To listen to a new Top Show, click the picture.

    Get Top News Every Week

    Visit 'Pathway To Success' Archives and Read Past Issues 2001

    Visit 'Pathway To Success' Archives and Read Past Issues 2002

    Visit 'Pathway To Success' Archives and Read Past Issues 2003

    Visit 'Pathway To Success' Archives and Read Past Issues 2004

    Visit 'Pathway To Success' Archives and Read Past Issues 2005

    Visit 'Pathway To Success' Archives and Read Past Issues 2006

    The Success SeedsThe Success Seeds
    The Entrepreneurial Bible:

    Get the Entrepreneurial Mind & Crete the Wealth You Imagine. The Entrepreneurial Bible deals with true entrepreneurship, successful entrepreneurs, profitable business, success principles, entrepreneurial myths, character streaks, income streams, investments, investment principles, discipline, motivation for a successful entrepreneur, how to behave moneywise, financial intuition, how to successfully profit on forex, how to succeed in everything a person touches and more.
     
    Get It Here!

    The abundant life does not come to those who have had a lot of obstacles removed from their path by others. It develops from within and is rooted in strong mental and moral fiber. William Mather Lewis

    NEW! Install our new toolbar, get special business information fast and be informed the minute hot items are out, incl Articles here in Subscriber Corner, new Pathway To Success Issues and much more. http://www.thecassiopeia.com/WebLions/theCassi1.zip

    Note: Download the above file, unzip and install. When you open a new browser window, the toolbar should be there. If not, please go to 'View', 'Toolbars' and you will see 'theCassiopeia's' - click on it and the toolbar will display.

    Whenever there's a new item, an icon will blink. Click on it and it will take you straight to the information.

    Get this Special Toolbar

    For Full Syndication Opportunities  Click here

    Get Publicity. Be SEEN. Boost YOUR Biz.
    Home Main Home Based Business Opportunity theCassi Recommends... Site Map Webmasters Success Reports Profit Opportunities ePublishing Success Reports FREE Guide Advertise Tell Friends Subscribe Meet Webmistress Privacy Policy Contact Us LinkToUs © Copyright 2000-2006. All rights reserved worldwide. Internet Business Consultants theCassiopeia.com
    Powered by 'Pathway To Success' Newsletter