Tutorials by tizag.com
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
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
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
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
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
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
This lesson will teach you how to use the aggregate function COUNT().
February 4,
2008
Today Views:
1 Total Views:
2,302
his lesson will teach you how to use the aggregate function SUM().
February 1,
2008
Today Views:
1 Total Views:
4,481
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
This lesson will teach you how to use the aggregate function AVG().
January 25,
2008
Today Views:
1 Total Views:
1,922









