Tutorials by tizag.com
PHP's syntax and semantics are similar to most other programming languages (C, Java, Perl) with the addition that all PHP code is contained with a tag, of sorts. All PHP code must be contained within the following...
January 24,
2008
Today Views:
1 Total Views:
363
For those who are experienced enough to do this yourself, simply head over to PHP.net - Downloads and download the most recent version of PHP.
January 22,
2008
Today Views:
1 Total Views:
389
The goal of this tutorial is to teach you the basics of PHP.
January 18,
2008
Today Views:
1 Total Views:
406
This lesson will teach you how to use the aggregate function MIN().
January 15,
2008
Today Views:
3 Total Views:
377
This lesson will teach you how to use the MAX() aggregate function.
January 14,
2008
Today Views:
2 Total Views:
468
If you have ever taken raw user input and inserted it into a MySQL database there's a chance that you have left yourself wide open for a security issue known as SQL Injection. This lesson will teach you how to help prevent this from happening and help you secure your scripts and MySQL statements.
January 10,
2008
Today Views:
4 Total Views:
388
MySQL comes with several data types for storing a date in its database system: DATETIME, DATE, TIMESTAMP, and YEAR. This lesson will show you the proper formats of each type, show their related MySQL functions, and give an INSERT example of each.
January 8,
2008
Today Views:
1 Total Views:
504
There are three different types of time data types in MySQL: TIME, DATETIME, and TIMESTAMP. If you would like to learn more about DATETIME and TIMESTAMP, then check out our MySQL Date section, as we've covered them there. This lesson will just be covering the basics of using TIME.
January 4,
2008
Today Views:
1 Total Views:
374
Hardware enthusiasts have been overclocking their PCs for years now, trying to push the limits of their hardware for maximum performance. Sometimes they are successful and their applications run speedy fast, while other times they push a little too hard and end up damaging the computer!
January 2,
2008
Today Views:
1 Total Views:
400
With the use of the switch statement you can check for all these conditions at once, and the great thing is that it is actually more efficient programming to do this. A true win-win situation!
December 27,
2007
Today Views:
1 Total Views:
311























