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.
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.
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.




September 3rd, 2011
Moki
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.