
Reference
Is PHP a good first language?
It all starts with Tim Bray’s little rant on PHP a few days ago. Tim can’t stand PHP, because …all the PHP code I’ve seen in that experience has been messy, unmaintainable crap. Spaghetti SQL wrapped in spaghetti PHP wrapped in spaghetti HTML, replicated in slightly-varying form in dozens of places. I have seen some well designed PHP code, but generally Tim’s observation stands valid. The problem is more than wild spread of spaghetti PHP code found in many open source applications.
PHP — Good or Bad? | SYP
Using FastCGI to Host PHP Applications on IIS 7 : Host Applications on the Microsoft Web Platform : Running PHP Applications on IIS
This article describes how to configure the FastCGI module and PHP to host PHP applications on IIS 7. IMPORTANT : This article provides instructions on how to install and use the FastCGI component on Windows Server 2008 and Windows Vista SP1 . SP1 is required on Windows Vista. Table of Contents Overview The FastCGI module in IIS enables popular application frameworks that support the FastCGI protocol to be hosted on the IIS Web server in a high performance and reliable way.Learning OOP in PHP ASAP!
PHP is so much more than a scripting language. It’s a full-fledged language capable of building very complex applications. By harnessing the full power of Object Oriented Programming, you can reduce the amount of time you spend coding and use it to build better websites. This tutorial will show you how. What is OOP?Free Address Book Script ( PHP + MySQL )
7 Secure, Lightweight, and Easy to Use PHP Frameworks
PDF Generation with Zend Framework | LiveDocx in PHP - Zend_Service_LiveDocx
Numerous examples from robots to bicycles have been offered as “easy” explanations of what OOP is. I’ve opted to show you how OOP works with a real-life example, for a programmer. By creating a MySQL CRUD class you can easily create, read, update and delete entries in any of your projects, regardless of how the database is designed. Setting up the skeleton of our class is fairly simple once we figure out exactly what we need.

