Tutorials by tizag.com
A function is just a name we give to a block of code that can be executed whenever we need it. This might not seem like that big of an idea, but believe me, when you understand and use functions you will be able to save a ton of time and write code that is much more readable!
April 15,
2008
Today Views:
1 Total Views:
1,103
The importance of building your tables correctly could be considered its own artform.
April 11,
2008
Today Views:
2 Total Views:
828
The for loop is simply a while loop with a bit more code added to it.
April 9,
2008
Today Views:
1 Total Views:
784
Manipulating files is a basic necessity for serious programmers and PHP gives you a great deal of tools for creating, uploading, and editing files.
April 8,
2008
Today Views:
1 Total Views:
784
SQL follows a general syntax, there are not many quotations or other symbols to throw into your statements.
March 24,
2008
Today Views:
1 Total Views:
855
A MySQL database is nothing in itself. Rather a MySQL database is a way of organizing a group of tables.
March 21,
2008
Today Views:
1 Total Views:
812
A MySQL table is completely different than the normal table that you eat dinner on. In MySQL and other database systems, the goal is to store information in an orderly fashion. The table gets this done by making the table up of columns and rows.
March 18,
2008
Today Views:
1 Total Views:
776
When data is put into a MySQL table it is referred to as inserting data. When inserting data it is important to remember the exact names and types of the table's columns.
March 17,
2008
Today Views:
1 Total Views:
834
So far we have seen a couple different uses of PHP's mysql_query function and we'll be seeing more of it as nearly all MySQL in PHP is done through the MySQL Query function.
March 13,
2008
Today Views:
1 Total Views:
796
SQL stands for Structured Query Language and is used to pull information from databases.
March 11,
2008
Today Views:
1 Total Views:
691










