Sunday, September 26, 2010

PHP : A Beginner guide


No matter which way you cut it, PHP is pretty amazing: a language strung together by volunteer programmers that today has the enviable distinction of being in use on more than a third of the planet’s Web servers. Flexible, scalable, extensible, stable, open—PHP is all of these and more, which is why it’s one of the most popular programming toolkits in the world.

Ask me why I like PHP, though, and my reason has nothing to do with any of the preceding buzzwords and everything to do with how friendly and nonthreatening the language is. There’s no tortuous syntax or obfuscated code in the average PHP script: instead, it’s clear, understandable, and easy to read, and this makes both programming and debugging with it a pleasure. This is no small achievement: a shorter learning curve makes it easier for novice programmers to quickly begin “doing something useful” with the language, and increases both user interest and adoption levels. This isn’t just good design: it’s smart marketing as well!

As an open-source project, PHP is completely free, and supported by a worldwide community of volunteers. This open-source, community-driven approach has produced a platform that is significantly more robust and error-free than many commercial alternatives. So using PHP is also good economics for organizations: it allows them to save on licensing fees and expensive server hardware, while simultaneously producing higher-quality products in shorter time frames.

If all these sound like good reasons to begin looking into PHP, well, you’re in the right place. This book will guide you through the world of PHP, teaching you to write basic PHP programs and then enhance them with more advanced features such as database queries, XML input, and third-party extensions. In short, it has everything necessary to turn you into a PHP expert . . . and it might even make you crack a smile on occasion! So come on in, and let’s get started.


Your Ad Here