Tutorials by tizag.com
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
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
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
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
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 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
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
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
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
























