Database Related Tutorials - LearnPHP.org

Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last

MySQL Delete

Author: Drongo  Rating:
From time to time, you may even need to delete items from your database. The DELETE query is very similar to the UPDATE Query.
June 8, 2010 Today Views: 4 Total Views: 89

MySQL Connect

Author: Drongo  Rating:
Once you have created a database, there are a few ways you can connect to it.
June 7, 2010 Today Views: 1 Total Views: 86

MySQL Order by

Author: Drongo  Rating:
The ORDER BY keyword is used to sort the data in a recordset.
June 4, 2010 Today Views: 2 Total Views: 75
In this tutorial, we're going to build a PHP/MySQL powered forum from scratch. This tutorial is perfect for getting used to basic PHP and database usage.
June 3, 2010 Today Views: 2 Total Views: 261
This tutorial show you how can to show your data records in the table with three columns and make multi-rows automatically with while loop.
June 3, 2010 Today Views: 2 Total Views: 104
Update your multiple data records in 1 submit form. When you have a list and need to update them in one click.
June 2, 2010 Today Views: 3 Total Views: 71

SQL for Beginners

Author: Nettuts+  Rating:
In this article, we are going to start with some basic SQL queries and use them to interact with a MySQL database.
June 1, 2010 Today Views: 2 Total Views: 91
You can get the ID (AUTO_INCREMENT column as primary key) generated after you insert a new record in your table by a simple function "mysql_insert_id()".
May 28, 2010 Today Views: 1 Total Views: 110

MySQL Where

Author: Drongo  Rating:
The WHERE clause is used for extracting only those records that fulfill a specified criterion. If you wanted to select only certain entries of your table, then you would use the keyword WHERE.
May 26, 2010 Today Views: 1 Total Views: 102

Easy Counter

Author: phpsimple  Rating:
This counter made by very simple PHP code. This code shows the number of webpage's visitor by normal text and +1 everytime someone refresh this page.
May 26, 2010 Today Views: 1 Total Views: 117
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last