How to increase your Google Adsense Revenue

Making money online seems to be the fad nowadays. Anybody with a minimum knowledge of computer technology can try his hand at making money online. Google Adsense is one of these money making ventures.

How to Monetize your Website

It is the aim of every Webmaster and website publisher that the costs of creating a website be recouped from the website itself. In other words, the website should be able to pay for itself and ultimately generate a profit.

PHP if…elseif…else Conditional Statements

The whole idea of website development using PHP is to be able to access code based on conditions. The following is a tutorial that will explain how to use PHP conditions to execute certain code based on actions.

Working with Strings in PHP

When using vales that contain characters you will use string variables to store them. This tutorial will only show a few of the most used functions and operations that are used to manipulate strings in PHP.

PHP Operators Table (Table of Operations)

Here we have a list of PHP operators that are used in PHP. This is not so much a Tutorial as a reference.

How to use Variables properly in PHP

Variables are used to store information to be used later in your scripts. Variables store values such as text strings, arrays and numbers. When you declare a variable you can use it as many times as you need within your script.

PHP Basic Syntax Tutorial

PHP execution is done on the server although the information sent to the web browser is in plain HTML. This is one security benefit to PHP over other older languages.

Getting Started with PHP & MySQL

Since this is the first tutorial and I will be starting with PHP and MySQL (assuming that anyone here knows the basics namely HTML) I will be giving an overview of what it is.