Home

I almost fear putting this kind of post together as it’s bound to pull the fanatics (in the negative sense of the word) out of …

Step 1. The Setup
MySQL Table
Let’s begin by creating a database table.

CREATE TABLE `users` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`oauth_provider` varchar(10),
`oauth_uid` text,
`username` …

MVC for Beginners

Tutorial Details

Difficulty: Beginner
Architecture: MVC

Model-View-Controller (MVC) is probably one of the most quoted patterns …

Everything You Need to Get Started With CodeIgniter

Tutorial Details

Difficulty: Beginner
Technology: PHP

CodeIgniter is a web application framework for …

What is MVC ?

Model View Controller MVC
MVC is a design pattern. A Design pattern is a code structure that allows for common coding frameworks to …

MySQL Advanced Queries and Subqueries

In the real database programming task, you usually does not select data from just one table because of the normalization process (a big table is …

PHP String Manipulation

PHP – Strings
In the last lesson, PHP Echo, we used strings a bit, but didn’t talk about them in depth. Throughout your PHP …

PHP

PHP (“Hypertext Preprocessor”) is a widely-used Open Source general-purpose scripting language that is especially suited for Web applications and website development, and can be embedded …

Starting with PHP

What You Should Already Know

Before you continue you should have a basic understanding of the following:

HTML/XHTML

JavaScript

If you want to study these subjects first, find the …

Copyright © 2010 - Mark ( +27 79 9111 855 )