Tutorials by tizag.com
The importance of building your tables correctly could be considered its own artform.
April 11,
2008
Today Views:
1 Total Views:
274
The for loop is simply a while loop with a bit more code added to it.
April 9,
2008
Today Views:
1 Total Views:
243
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:
263
As with any programming language, there are a few terms unique to that language.
April 7,
2008
Today Views:
2 Total Views:
240
The require function is used to include a file into your PHP code.
April 3,
2008
Today Views:
1 Total Views:
580
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.
April 2,
2008
Today Views:
1 Total Views:
301
The great thing about everything you do in MySQL is that the "code" is very easy for humans to read, as opposed to harder programming languages like C or C++. Very few special characters and symbols are required to create a MySQL query, and most queries consist entirely of English words!
March 26,
2008
Today Views:
3 Total Views:
298
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:
299
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:
262
Before you can do anything with MySQL in PHP you must first establish a connection to your web host's MySQL database. This is done with the MySQL connect function.
March 20,
2008
Today Views:
17 Total Views:
661
























