All PHP Tutorials - LearnPHP.org
The PHP function explode lets you take a string and blow it up into smaller pieces.
May 9,
2008
Today Views:
3 Total Views:
35
How to store images directly in the Sql database.
May 9,
2008
Today Views:
3 Total Views:
37
However, what would you do if you wanted to check if your $employee variable was the company owner Bob, the Vice President Ms. Tanner, or a regular employee? To check for these different conditions you would need the elseif statement.
May 9,
2008
Today Views:
3 Total Views:
32
Chances are that at some point in the life of a web site you will need to be creating content on request. Fortunately (yeah, right...), I had to tackle this early in the development of our Metalloprotein Database site at TSRI.
May 8,
2008
Today Views:
6 Total Views:
47
Find out how to use in-function caching to increase your web application's performance.
May 8,
2008
Today Views:
5 Total Views:
46
The union clause places two serarate queries together forming one table. A union works best when using two tables with similar columns because each cloumn must have the same data type.
May 8,
2008
Today Views:
7 Total Views:
44
MySQL offers a very limited support for subqueries, however Oracle and DB2 fully support them. Subqueries are Select queries placed within an existing SQL statement. They may exist in any of the following types of SQL statements.
May 7,
2008
Today Views:
7 Total Views:
50
Queries are the backbone of SQL. Query is a loose term that refers to a widely available set of SQL commands called clauses.
May 6,
2008
Today Views:
3 Total Views:
52
Entire rows can be deleted from a table using the delete clause.
May 6,
2008
Today Views:
4 Total Views:
48
Learn the basics of scraping with php by scraping yellowpages.com for content.
May 5,
2008
Today Views:
1 Total Views:
60






















