Tutorials by tizag.com
A database is nothing more than an empty shell, like a vacant warehouse. It offers no real functionality what so ever, other than holding a name.
August 20,
2009
Today Views:
1 Total Views:
845
The beginning of a lot of your string manipulation expertise will begin with the strpos function, which allows you to find data in your string.
June 23,
2009
Today Views:
1 Total Views:
692
SQL recognizes 4 general types of data. As the database designer you will be selecting which type of data that can be placed in each table column.
June 17,
2009
Today Views:
1 Total Views:
1,061
A SQL platform acts as the stage for building and developing your databases.
June 4,
2009
Today Views:
3 Total Views:
1,847
The require function is used to include a file into your PHP code.
May 18,
2009
Today Views:
1 Total Views:
2,874
Imagine that you have an associative array that you want to iterate through. PHP provides an easy way to use every element of an array with the Foreach statement.
April 23,
2009
Today Views:
2 Total Views:
804
While PHP's date() function may seem to have an overwhelming amount of options available, isn't it always better to have more choices than not enough? With PHP's date function you format timestamps, so they are more human readable.
April 13,
2009
Today Views:
1 Total Views:
701
It is time to apply the knowledge you have obtained thus far and put it to real use.
December 29,
2008
Today Views:
1 Total Views:
1,226
If you've ever wanted to manipulate the capitalization of your PHP strings, then this lesson will be quite helpful to you.
July 22,
2008
Today Views:
1 Total Views:
599
Now that you know how to open and close a file, lets get on to the most useful part of file manipulation, writing! There is really only one main function that is used to write and it's logically called fwrite.
June 10,
2008
Today Views:
1 Total Views:
692










