Mark’s Site

Coding and golf …it’s hard being me :-)

Archives for the ‘1. The Basics of PHP’ Category

Getting Started

By admin • Apr 16th, 2008 • Category: 1.1. Where to Start with PHP

You’ve heard about this thing called PHP. You might even know what it stands for. But you want to know how to start using it, the steps needed, how hard it will be to setup. Well this article will show you where to start with PHP.



All About Conditions

By admin • Apr 16th, 2008 • Category: 1.2. Code Basics

All of the conditions of programming in PHP that I find I use on a daily basis, including examples. PHP has more available, but I find these are the most useful to beginners, without giving them information overload :-)



Central Configuration

By admin • Apr 11th, 2008 • Category: 1.3. Good Practice Coding

What is configuration data? Why should I use it and more importantly, HOW do I make my configuration central for all my application’s pages to access? This article discusses the importance of central configuration data for your application.



All About Includes

By admin • Apr 11th, 2008 • Category: 1.2. Code Basics

Including configuration data, functions, and other important information of your project is a great way to cut down on repeating code. This article explains the basics of includes in PHP.