Database Related Tutorials - LearnPHP.org

Database Related Tutorials perform a function of an educational resource, that will help you to learn more about your possibilities connected with database, all manipulations with it and all those changes that will meet your demands and requires and can be easily done in a short period of time and in a proper way. Tutorials will explain you in the easiest way all principles of the working process you are going to start, simplifying your laborious task and thus making the best of your time, giving you a chance to pay more attention to other important details.Database Related Tutorials will become your irreplaceable assistant in improving and increasing your knowledge with practical usage in future.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last
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: 2 Total Views: 362

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: 1 Total Views: 450
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: 528

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: 413

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: 448
In this tutorial, you'll learn how to build a rating system with AJAX, PHP, and jQuery. Votes will be recorded and updated in real-time with the magic of AJAX, and we'll also leverage the power of PHP so that you don't even need a database!
May 25, 2010 Today Views: 1 Total Views: 644
When you create an auto email sender program with mail() function. You can not to test it on your machine(localhost). You have to upload and test it on your web hosting, but now you can test php mail() function on your localhost using Argosft mail server.
May 21, 2010 Today Views: 1 Total Views: 424

Export MySQL to Excel

Author: phpsimple  Rating:
Export MySQL data records to an Excel file in one PHP file, simple and easily!
May 20, 2010 Today Views: 1 Total Views: 484

MySQL Select

Author: Drongo  Rating:
SQL SELECT is the most frequently used SQL command. The SQL SELECT command is used to retrieve data from one or more database tables.
May 20, 2010 Today Views: 1 Total Views: 402
In this tutorial we will create a simple PHP shoutbox with Ajax based messaging. It will ask the user to choose a nickname and then allow him/her to use it (no registration and password will be required).
May 17, 2010 Today Views: 2 Total Views: 1,140
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last