http://webdesign.org
http://www.3dlessons.com
http://www.flashperfection.com
http://www.tutorialkit.com
http://www.vectorials.com
http://www.markuptutorials.com

Database Related Tutorials - LearnPHP.org

Sort byTutorials Per Page
Pages:7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Next| Last

MySQL Tables

Author: tizag.com  Rating:
A MySQL table is completely different than the normal table that you eat dinner on. In MySQL and other database systems, the goal is to store information in an orderly fashion. The table gets this done by making the table up of columns and rows.
March 18, 2008 Today Views: 1 Total Views: 174

More on JOINS

Author: ONLamp.com  Rating:
The exploration into JOIN statements continues with a look at INNER JOIN, the most commonly used SQL join.
March 17, 2008 Today Views: 3 Total Views: 169

MySQL Insert

Author: tizag.com  Rating:
When data is put into a MySQL table it is referred to as inserting data. When inserting data it is important to remember the exact names and types of the table's columns.
March 17, 2008 Today Views: 1 Total Views: 185

Self-Inflicted SQL

Author: ONLamp.com  Rating:
This week, John Paul Ashenfelter looks at the "self-join," a tool that is particularly useful in certain situations, such as when you have a normalized database table that needs to be flattened.
March 14, 2008 Today Views: 1 Total Views: 176

MySQL

Author: phpf1  Rating:
In this tutorial I will show you how to use basic database manipulation features in PHP.
March 13, 2008 Today Views: 1 Total Views: 215

MySQL Query

Author: tizag.com  Rating:
So far we have seen a couple different uses of PHP's mysql_query function and we'll be seeing more of it as nearly all MySQL in PHP is done through the MySQL Query function.
March 13, 2008 Today Views: 2 Total Views: 203

SQL Subqueries

Author: ONLamp.com  Rating:
Subqueries are extremely useful in web-based database applications where you need to combine two queries and manually put them together to achieve a desired result. Subqueries allow SQL to do all of the heavy lifting!
March 12, 2008 Today Views: 1 Total Views: 185
SQL stands for Structured Query Language and is used to pull information from databases.
March 11, 2008 Today Views: 4 Total Views: 173

Introducing SQL Sets

Author: ONLamp.com  Rating:
Because SQL is based on relational algebra, it should come as no surprise that the standard contains several set-oriented operators. In that spirit, it's time we take a look at the UNION operator.
March 11, 2008 Today Views: 1 Total Views: 162

MySQL Fetch Array

Author: tizag.com  Rating:
MySQL doesn't have a Fetch Array function. mysql_fetch_array is actually a PHP function that allows you to access data stored in the result returned from a successful mysql_query.
March 10, 2008 Today Views: 1 Total Views: 221
Pages:7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | Next| Last