Mofiki WorldWide

Blog




Your Ad Here

PHP if...elseif...else Conditional Statements Tutorial

by Webmaster in Tutorials on 2010-03-09

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. In PHP the following conditional statements apply: if statement - execute certain code only if a specified condition is true if...else statement - execute certain code if a condition is true or another code if the condition...

Working with Strings in PHP!

by Webmaster in Tutorials on 2010-02-17

PHP Tutorial on working with strings 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. Using a String variable to output text You can both use a string in a function or store it in a variable to be used throughout your website or script. Below we will store a string to a variable named $title. <?php $title="Mofi...

PHP Operators Table

by Webmaster in Tutorials on 2010-02-17

PHP Operators Here we have a list of PHP operators that are used in PHP. This is not so much a Tutorial as a reference. In PHP there are many types of operators. Operators by Type: Arithmetic Operators Assignment Operators Comparison Operators Logical Operators Below we have tables with these types layed out to help you better understand their uses. Arithmetic Operators Operator Description Example Result + Addition x=2x+2 4 - Subtraction x=25-x 3 ...

Increase traffic to your Blog!

by Webmaster in SEO on 2010-02-15

It has been 6 months since you started your blog and the statistics are not moving. Well actually they are but in a very uninspiring trend. To avoid this kind of disappointment and other headaches, get to know first the various things and tools that can help boost traffic on your blog. Prepare yourself to assume the role of a Webmaster since you will be doing a lot of work. Below are ten easy-to-follow tips on how to improve your traffic, not necessarily in order. Its usefulness ...