ArticlesReader.com Menu
Newest Articles
Most Viewed Articles
ArticlesReader.com RSS
Submit Article
Login
Signup
Search the articles

Articles Main Categories
Advice
Animals
Automobiles
Business
Career
Communications
Computer Programming
Computers
Entertainment
Environment
Family
Fashion
Finance
Food
Health & Medical
Home & Garden
Humor
Internet Business
Internet Marketing
Legal
Leisure & Recreation
Marketing
Other
Politics
Reference & Education
Religion
Self Improvement
Sports
Technology & Science
Travel
Writing
Subscribe
Receive alert message from us when new articles submitted to our site for free.

Enter your name

Enter your email

Syndicate

















Related Products
Home::CGI

Quick Intro to PHP Development

Author : Alan Grissett

Chances are that if you’ve been around the Internet long enough,
you’ve heard of server-side scripting languages such as PERL,
ASP and ColdFusion. These are all popular languages that are
used to add interactivity to Web sites, but one stands out from
the crowd in terms of usability, power, and, yes, price: the PHP
scripting language. Initially developed in 1995 by North
Carolina programmer Rasmus Lerdorf, PHP has since blossomed into
one of the leading open-source, cross-platform scripting
languages available. This is due, in large part, to the
worldwide community of coders that contributes to its
development. Unlike proprietary scripting languages like ASP and
ColdFusion, PHP’s source code is freely available for peer
review and contributions. This is, of course, the essence of
open-source software development, but why is it that PHP in
particular has gained such popularity among Web developers when
there are other open-source alternatives, such as good
old-fashioned PERL CGI scripts?

One very strong reason is that PHP, unlike PERL CGI scripts, is
scalable and fast. Instead of requiring the server to start a
new process in the operating system’s kernel for each new
request, which uses both CPU time and memory, PHP can run as a
part of the Web server itself, which saves a considerable amount
of processing time when dealing with multiple requests. This
decreased processing time means that PHP can be used for
high-traffic sites that cannot afford to have their performance
hampered by relatively slow CGI scripts.

In addition to its scalability and speed, another usability
factor that sets PHP apart is its ease of use. The PHP language
is considered to be a mix between C and PERL, and it draws from
the best features of each parent language, while adding unique
features of its own. For example, PHP code can be embedded
within standard HTML documents without using additional print
statements or calling separate scripts to perform the processing
tasks. In practice, this allows for very flexible programming
practices. Although a working knowledge of HTML is a
prerequisite for PHP development, PHP’s basic functions can be
learned quickly and applied to a wide range of common
Webmaster-related projects, such as order forms, e-mail
responses, and interactive Web pages.

Contributing to the power of the PHP language, is its native
support for leading relational database platforms, including
MySQL, Oracle and PostgreSQL. Platform-specific functions are
built into the language for 12 databases in all. This native
support for database platforms is a boon to any site that needs
to track user information, store product data, or collect sales
information.

Last but not least, because PHP is open-source, it is
essentially free to use. Almost all professional Unix-based Web
hosts offer PHP as an included option with hosting accounts. Be
sure to check with your host to see if it is available to you.

This article is meant to be an introduction to the PHP language
and not a tutorial, but have no fear—here are several first-rate
sites that have articles that will guide you along in beginning
your PHP development projects:

www.php.net www.onlamp.com/php/ www.phpbuilder.com

Spam emails More free articles

Related articles


  1. 5 CGI Scripts You Must Use to Turn Your Site Into a Powerhouse
  2. Clever Profit Growth Software
  3. Why Aren't You Using CGI
  4. Use CGI to Automate Your Web Site
  5. CGI: What the Heck Is That?
  6. CGI Security Issues
  7. How to Stop Digital Thieves with CGI
  8. Quick Intro to PHP Development
  9. Better Writing: What Works and What Doesn't
  10. Password Protection and File Inclusion With PHP
  11. Autoresponders With PHP
  12. Track your visitors, using PHP
  13. PHP On-The-Fly!
  14. PHP and Cookies; a good mix!
  15. Screen scraping your way into RSS
  16. Mastering Regular Expressions in PHP
  17. ASP, CGI and PHP Scripts and Record-Locking: What Every Webmaster Needs To Know
  18. Open Source Scripts
  19. this is a test
  20. An Extensive Examination of the PHP:DataGrid Component: Part 1
  21. PHP:Form Series, Part 1: Validators & Client-side Validation
  22. Design an Online Chat Room with PHP and MySQL
More related feeds
Welcome to a bumper edition of the SitePoint Tech Times!
Techy Forum Threads. Hacking Wordpress to reverse category archives? in PHP; Create my own file/image format in General Development Issues; WordPress 2.6.1 has been released in Industry News; pretty URLS in ColdFusion ...

Quick Intro to PHP Development
This article is meant to be an introduction to the PHP language and not a tutorial, but have no fear—here are several first-rate sites that have articles that will guide you along in beginning your PHP development projects:. www.php.net ...

30 Websites to follow if you’re into Web Development
He provides short, easily-consumable tutorials on various topics of web development such as PHP, Cold Fusion, JavaScript, and CSS. His knack for creating beautiful tutorials, chock full of custom-made images that illustrates the ...

php tutorial links
Introduction to PHP. PHP combined with MySQL are cross-platform (means that you can develop in Windows … PHP is FREE to download from the official PHP resource: www.php.net … www.w3schools.com/php/php_intro.asp - 22k - Cached - Similar ...

Paginating Database Records with the Code Igniter PHP Framework
In the previous tutorials in this nine-part series we built a simple application with the Code Igniter PHP framework. In this article the third part of the series we re going to add some important functionality to this application by ...

Hello (Intro)
A quick intro, I work for an IT Solutions Provider on the south coast as a Business Solutions Specialist. Which basically means I'm 'specialising' in SharePoint, Project Server, SQL reporting services... and eventually everything ...

AJAX, Rich Internet Applications, and Web Development for Programmers
Start with a concise introduction to XHTML, CSS, and JavaScript before rapidly moving on to more advanced client-side development with DOM, XML, AJAX, JSON, and other RIA technologies. Then proceed to server-side development with web ...

E-bulletin archives :: Summer 2006 e-bulletin
This year was a 'review year' at the 14th session of the UN Commission for Sustainable Development in New York, but there was nonetheless an unstated core topic, both at the official and the side events: energy, with a recurrent focus ...

Introduction to the CodeIgniter PHP Framework
In this group of articles I ll be taking a close look at the main features bundled with the CodeIgniter PHP framework. With it you can quickly build small to moderate object-oriented applications. Now it s time to begin harnessing the ...

PHP
In 2008, PHP 5 became the only stable version under development. Late static binding has been missing from PHP and will be added in version 5.3. [14] [15] PHP 6 is under development alongside PHP 5. Major changes include the removal of ...

 


 

© 2007 articlesreader.com - All Rights Reserved