This one is just kept for the historical reasons, long story ...
 
    Installing PHP, Apache, and mySQL on your Windows machine saves your dollars on your telephone bills...
Inline Over Echo
Jason Lotito on 2001 March 30
    A quick overview of echo, and how and why you should try and use inline HTML instead of outputting with echo. Just something real quick and easy that I think is rather important...
The Birth of a Function
Jason Lotito on 2001 March 13
    I will be honest. I keep learning new things everyday. And as I learn new things, I wish I could go back and add on to the tutorials I have done, and go further into detail. But then I remember, I have so much more to teach. So rather than going back, I am going to move forward.

Functions are the backbone of programming. If you don't use functions, shame on you. They make your life as a hacker/programmer/code/guru/phphead so much easier. So, here I am to tell you how to create functions. =)...
Installing PHP on UNIX
enygma on 2001 March 11
    Where to get them all
Well, to start things off, you have to have the right tools. There are three different sites that you need to visit to get the three files that you need to install all of this together and in working order. This is all assuming that you are doing this on a UNIX based operating system...
Using PHP for your Average Web Site
Jason Lotito on 2001 March 07
    Okay, so, here we go again. Another "How to Code PHP Article."

NO, this is not another syntax does this tutorial. This tutorial gives you an overview of how to actually use PHP for real! That"s right. You know that...
Using Strings
Maxim Maletsky on 2001 February 21
    Strings are the core functionality in web programming. Usually all PHP programmer does is generating text under certain conditions and by retrieving the data from a database to be outputted later on as HTML, email, queries, system commands or in any other form. And all the texts for PHP are just a bunch of strings. That's why, knowing how to handle strings is very important. It not only makes your scripts run faster but also makes your coding style more flexible and clean...
Tentatively planning to Open Soon! (no dates ...) // Doing heavy development now...