Database Related Tutorials - LearnPHP.org

Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last
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: 109
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: 2 Total Views: 114

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: 3 Total Views: 127

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: 92
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: 102
There may be growing interest in moving computer applications from the desktop to the Web. But desktop applications are still a huge market, whose demise has been prematurely reported by the media in the past, and will most likely be reported in the future.
May 14, 2010 Today Views: 1 Total Views: 748
So here is what I plan to tackle in this article: Creating complex, powerful, queries to take advantage of your table schemas and Building those queries on the fly according to user input.
May 13, 2010 Today Views: 1 Total Views: 658
This tutorial is intended to show you how to install the SQLite PECL Extension in PHP4. Following its installation I will walk through a basic example of using SQLite to access a database stored in a flat file.
May 12, 2010 Today Views: 2 Total Views: 643

SQL - Update

Author: tizag.com  Rating:
The update clause updates column values of a table. Update requires a conditional statement to select the row to be updated.
May 12, 2010 Today Views: 2 Total Views: 729

SQL - Inner Join

Author: tizag.com  Rating:
The join clause combines columns of one table to that of another to create a single table.
May 11, 2010 Today Views: 1 Total Views: 971
Pages:1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | Next| Last