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:2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Next| Last

MySQL Fetch Array

Author: tizag.com  Rating:
MySQL doesn't have a Fetch Array function. mysql_fetch_array is actually a PHP function that allows you to access data stored in the result returned from a successful mysql_query.
March 10, 2008 Today Views: 10 Total Views: 6,918

MySQL Select

Author: tizag.com  Rating:
You have seen two types of MySQL queries thus far: the query which we used to create a table and the query we used to insert data into our newly created table. The query in this lesson is SELECT, which is used to get information from the database, so that its data can be used in our PHP script.
March 7, 2008 Today Views: 1 Total Views: 1,083

MySQL Order By

Author: tizag.com  Rating:
It would be nice to be able to make MySQL results easier to read and understand. A common way to do this in the real world is to order a big list of items by name or amount. The way to order your result in MySQL is to use the ORDER BY statement.
March 4, 2008 Today Views: 1 Total Views: 980

Operators

Author: tizag.com  Rating:
In all programming languages, operators are used to manipulate or perform operations on variables and values.
February 28, 2008 Today Views: 1 Total Views: 1,071

MySQL - Update

Author: tizag.com  Rating:
In this lesson you will learn how to replace the existing data of a MySQL table with freshly supplied up-to-date data using the UPDATE MySQL query.
February 19, 2008 Today Views: 2 Total Views: 2,185

Strings

Author: tizag.com  Rating:
Throughout your PHP career you will be using strings a great deal, so it is important to have a basic understanding of PHP strings.
February 13, 2008 Today Views: 2 Total Views: 801

MySQL - Count

Author: tizag.com  Rating:
This lesson will teach you how to use the aggregate function COUNT().
February 4, 2008 Today Views: 1 Total Views: 2,302

MySQL - Sum

Author: tizag.com  Rating:
his lesson will teach you how to use the aggregate function SUM().
February 1, 2008 Today Views: 1 Total Views: 4,481

Echo

Author: tizag.com  Rating:
As you saw in the previous lesson, the PHP function echo is a means of outputting text to the web browser. Throughout your PHP career you will be using the echo function more than any other. So let's give it a solid perusal!
January 30, 2008 Today Views: 1 Total Views: 806

MySQL - Avg

Author: tizag.com  Rating:
This lesson will teach you how to use the aggregate function AVG().
January 25, 2008 Today Views: 1 Total Views: 1,922
Pages:2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | Next| Last