Tutorials by tizag.com

You can find here all the 101 tutorials by tizag.com. The author's home page URL is http://www.tizag.com.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last

PHP Cookies

Author: tizag.com  Rating:
Cookies have been around for quite some time on the internet. They were invented to allow webmaster's to store information about the user and their visit on the user's computer.
January 5, 2010 Today Views: 1 Total Views: 860

Arrays

Author: tizag.com  Rating:
An array is a data structure that stores one or more values in a single value.
January 4, 2010 Today Views: 2 Total Views: 1,173

Magic Quotes

Author: tizag.com  Rating:
Prior to PHP 6 there was a feature called magic quotes that was created to help protect newbie programmers from writing bad form processing code.
December 24, 2009 Today Views: 1 Total Views: 1,151

SQL - Expressions

Author: tizag.com  Rating:
In the programming world an expression is a special statement that returns a value. SQL is no exception to this standard rule.
December 11, 2009 Today Views: 1 Total Views: 1,735

MySQL Setup Guide

Author: tizag.com  Rating:
The easiest way to experiment with MySQL and PHP is to purchase some space on a shared web host.
November 3, 2009 Today Views: 1 Total Views: 1,143

SQL - Between

Author: tizag.com  Rating:
Between is a special operator appearing in a where statement. It allows for the selection of a range of values between one value and another.
October 30, 2009 Today Views: 2 Total Views: 1,521
The function substr_replace introduces some additional functionality to compliment str_replace.
October 28, 2009 Today Views: 2 Total Views: 1,916

MySQL Joins

Author: tizag.com  Rating:
Thus far we have only been getting data from one table at a time. This is fine for simple takes, but in most real world MySQL usage you will often need to get data from multiple tables in a single query.
October 22, 2009 Today Views: 1 Total Views: 1,214

Array Implode

Author: tizag.com  Rating:
The PHP function implode operates on an array and is known as the "undo" function of explode. If you have used explode to break up a string into chunks or just have an array of stuff you can use implode to put them all into one string.
October 21, 2009 Today Views: 3 Total Views: 2,476

PHP Sessions

Author: tizag.com  Rating:
As a website becomes more sophisticated, so must the code that backs it. When you get to a stage where your website need to pass along user data from one page to another, it might be time to start thinking about using PHP sessions.
October 16, 2009 Today Views: 2 Total Views: 981
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last