This is a very simple tutorial that outlines the four main mathematical functions and how to use them. Clearly written with the ability to ask questions afterwards.
This tutorial is a starting point to Object orientated programming (OOP) which is a commonly used term when discussing modern programming techniques. One of the things that makes humans stand out is the ability to categorise - we put objects into categories of similar type of function.
This tutorial will take you through both the IF and the IF-Else statement by comparing numbers, although relativly simple you can expand on them so that you can run checks on various things, such as passwords.
This article will explain how to build dynamic web pages with PHP. PHP is a very popular and easy to learn script language. Regardless if you are starting to build your website, or if you are already a pro, just read on to learn more about dynamic web pages and PHP.
This is an introductory tutorial for those who understand HTML but don't know much about PHP. It covers the basic concepts such as variables, form processing, arrays, if, loops, comparison and logical operators, functions, etc.
The quickest way to learn PHP is to start using it and see what happens. This tutorial starts by diving right into the good old "Hello World" script you may have seen when learning other languages. Then, it presents another example that writes a Tip of the Day on your Web page using file and random functions.
A beginning programmer's tutorial on what must happen and the order in which it must happen. An example from real life. (Programming language independent).