-
Windows Powershell – Introduction
Plesae note that it is for the express purpose of DEMONSTRATION ONLY, so the reader might make his or her own decisions about the subject, as this author makes no claim here regarding the quality of the software itself or the operation thereof, his fascination with the software notwithstanding.
-
PHP _SERVER Variables
If you’re considering the use of PHP Server Environment Variables in your web application, but you are not certain which $_SERVER variable will produce the information you need, you are not alone. It’s not uncommon for the PHP web application developer to cross reference $_SERVER variable data during the development process. Busting the Myth of…
-
PHP5 as a CGI binary
Unable to install PHP5 and Apache on one of my Windows boxes (for reasons i have yet to realize) i decided to go w/ PHP5 on IIS (my first real use of IIS for development). First off, i’d like to say that i ‘hate’ IIS as compared to Apache2. It’s just not friendly, but then…
-
PHP: Manual Installation on Windows Systems
RE: php-5.1.2-Win32.zip In the past, on a few different Windows XP systems, I have installed PHP as an Apache module, and i’ve been thrilled by achieving a functional Apache / PHP configuration without having to troubleshoot as i simply never experienced any problems with the installations. However, on this particular XP setup, Apache and PHP…