| I l @ ve RuBoard |
ForewordIn my life, I have known a lot of programming languages. Some have been great friendships all my life, such as C, and others, such as Prolog, were mere student flirtations.
I first met PHP in 1999 when I was still working with Active Server Pages, and I was immediately struck by its simplicity and
As a Windows programmer, I was
While using PHP, I started to port some of my ASP code to PHP. Since I programmed primarily in JScript, it was mostly a matter of
I am very pleased to see that, in the same spirit of promoting cross-platform PHP, Andrew Stopford has spent a lot of time and effort coming up with this book on PHP for Windows. He even covers how PHP can work with the latest Microsoft technologies such as .NET, which is complementary to PHP because it is language-neutral. I hope this book proves useful, both in your home and as a reference at work. ”John Lim |
| I l @ ve RuBoard |
| I l @ ve RuBoard |
Introduction
PHP is a word not commonly used in sentences that also have the word Windows. PHP is a very popular open-source programming language for the web. It is used with other
Why should that be so? PHP is as capable of running both on a Windows desktop and in a Windows enterprise as any commonly used language, such as ASP and ColdFusion, to mention a couple. In addition, PHP can cope with all the features a Windows web developer needs, such as COM, LDAP, ODBC, and ADO. You can successfully create solutions with other open-source technologies (the MySQL database, for example) that run on both platforms. However, sometimes a developer focuses on one platform and needs to take advantage of what that platform offers. This book addresses these issues and shows you how to go about using PHP to take advantage of the Windows platform. |
| I l @ ve RuBoard |
| I l @ ve RuBoard |
Who Should Read This Book
This book is aimed at developers who focus largely on Windows as their development platform and who want to take advantage of some of the features it offers. The book also appeals to developers who use Windows as a staging platform before they upload their solution to a Linux server. (If this is you,
|
| I l @ ve RuBoard |