Tutorials by tizag.com
As with any programming language, there are a few terms unique to that language.
March 26,
2010
Today Views:
1 Total Views:
793
The PHP function explode lets you take a string and blow it up into smaller pieces.
March 19,
2010
Today Views:
1 Total Views:
870
MySQL is currently the most popular open source database server in existence. On top of that, it is very commonly used in conjunction with PHP scripts to create powerful and dynamic server-side applications.
March 18,
2010
Today Views:
2 Total Views:
955
A "do while" loop is a slightly modified version of the while loop.
March 15,
2010
Today Views:
2 Total Views:
992
Microsoft's SQL Server takes a little different approach to working with dates.
March 3,
2010
Today Views:
2 Total Views:
3,184
Maintenance is a very common task that is necessary for keeping MySQL tables current. From time to time, you may even need to delete items from your database.
February 26,
2010
Today Views:
1 Total Views:
1,906
The most common types of aggregate functions let you find out things like the minimum, maximum and even the average of a "grouped" set of data. The trick to understanding aggregate functions is often understanding what kind of data is being grouped and analyzed.
February 19,
2010
Today Views:
1 Total Views:
1,666
If we wanted to select only certain entries of our table, then we would use the keyword WHERE.
February 18,
2010
Today Views:
1 Total Views:
1,174
In this lesson we will be going into the details of this important function and see what it has to offer.
February 15,
2010
Today Views:
1 Total Views:
823
The insert clause has one function; to insert data into a table. Insert populates each table column with a value. Rows are inserted one right after another into the corresponding column.
February 3,
2010
Today Views:
2 Total Views:
1,257










