Tutorials by tizag.com
Cookies have been around for quite some time on the internet. They were invented to allow webmaster's to store information about the user and their visit on the user's computer.
January 5,
2010
Today Views:
1 Total Views:
860
An array is a data structure that stores one or more values in a single value.
January 4,
2010
Today Views:
2 Total Views:
1,173
Prior to PHP 6 there was a feature called magic quotes that was created to help protect newbie programmers from writing bad form processing code.
December 24,
2009
Today Views:
1 Total Views:
1,151
In the programming world an expression is a special statement that returns a value. SQL is no exception to this standard rule.
December 11,
2009
Today Views:
1 Total Views:
1,735
The easiest way to experiment with MySQL and PHP is to purchase some space on a shared web host.
November 3,
2009
Today Views:
1 Total Views:
1,143
Between is a special operator appearing in a where statement. It allows for the selection of a range of values between one value and another.
October 30,
2009
Today Views:
2 Total Views:
1,521
The function substr_replace introduces some additional functionality to compliment str_replace.
October 28,
2009
Today Views:
2 Total Views:
1,916
Thus far we have only been getting data from one table at a time. This is fine for simple takes, but in most real world MySQL usage you will often need to get data from multiple tables in a single query.
October 22,
2009
Today Views:
1 Total Views:
1,214
The PHP function implode operates on an array and is known as the "undo" function of explode. If you have used explode to break up a string into chunks or just have an array of stuff you can use implode to put them all into one string.
October 21,
2009
Today Views:
3 Total Views:
2,476
As a website becomes more sophisticated, so must the code that backs it. When you get to a stage where your website need to pass along user data from one page to another, it might be time to start thinking about using PHP sessions.
October 16,
2009
Today Views:
2 Total Views:
981










