http://www.tutorialkit.com
http://www.vectorials.com
http://webdesign.org
http://www.markuptutorials.com
http://www.flashperfection.com
http://www.3dlessons.com

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

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.
December 30, 2008 Today Views: 3 Total Views: 322
It is time to apply the knowledge you have obtained thus far and put it to real use.
December 29, 2008 Today Views: 17 Total Views: 572
web promotion

SQL - Create

Author: tizag.com  Rating:
If you follow our warehouse example, a SQL table would be the physical shelving inside our vacant warehouse.
December 26, 2008 Today Views: 1 Total Views: 341

File Delete

Author: tizag.com  Rating:
You know how to create a file. You know how to open a file in an assortment of different ways. You even know how to read and write data from a file!
December 23, 2008 Today Views: 1 Total Views: 276

MySQL Admin

Author: tizag.com  Rating:
This lesson covers the different options you have available to you for administering your MySQL service after it is successfully installed.
December 22, 2008 Today Views: 2 Total Views: 759

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 18, 2008 Today Views: 2 Total Views: 298

SQL - Data Types

Author: tizag.com  Rating:
SQL recognizes 4 general types of data. As the database designer you will be selecting which type of data that can be placed in each table column.
December 16, 2008 Today Views: 3 Total Views: 297

Arrays

Author: tizag.com  Rating:
An array is a data structure that stores one or more values in a single value.
December 3, 2008 Today Views: 2 Total Views: 426

SQL - In

Author: tizag.com  Rating:
In is a special kind of operator for use in your where clauses. Recall that in a where expression only one value is allowed to be sent through the query. With the in operator one can send multiple values in the where clause.
December 2, 2008 Today Views: 3 Total Views: 284

SQL - Select

Author: tizag.com  Rating:
In SQL, queries begin with the select clause. A typical query statement needs only two parts, we select what from where. The what will represent columns of your table you wish to select and the where represents the table name of your data table.
November 26, 2008 Today Views: 3 Total Views: 362
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last