Tutorial search
PHP Tutorials
Tutorials
Stuff
Affiliates
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project.
View all templates
PHP Database Tutorials
We hope that you will enjoy our PHP Database tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Database tutorials to our site. Thank you !
I remember the first time I wanted to pull addresses from a MySQL database and dynamically map them using Google Maps API. I went through the Google Maps API Documentation, followed several online tutorials and used code other developers provided online but I couldn"™t achieve what I wanted. After several days of hair pulling and heavy coffee drinking, I put together what I had learned from all that and voila! I got it to work.

In this tutorial, I'll show you how to create simple PHP guestbook using only one PHP file.
We will create the PHP/MySQL Guestbook in four phases 1) Setting up the database 2) Creating the Guestbook form 3) Coding the PHP script that will process the guestbook submissions 4) Coding the PHP script that will display the guestbook entries

This tutorial will help you calculate the total number of rows in your MYSQL table with ease using simple php scripts.

In this tutorial we look at the issue of SQL injection, how the attackers use it, the problems that can arise and methods of prevention using PHP.

Example of how a simple system for creating a CRUD interface from the information in the model classes.

Writing external scripts to perform complex data handling is a tedious affair. The best way to automate tasks straightaway into the server is by using Stored Procedures. It is very useful to make them as flexible as possible, as it facilitates easy identification of any errors and can be used for executing a variety of tasks as well.

This is a simple example of photo-gallery script, which uses MySQL table (BLOB field) to store images. Trivial password-protection, uploading and deleting images are supported. For Apache-version of PHP ddthere is advanced browser-caching support (using If-Modified-Since header).

Hi folks! In this tutorial We will learn how to create a database for a complete and professional forums system. I want to present you an awasome utility for designing and creating databases: MySQL Workbench.

Adding a jQuery Auto Complete to Your Google Custom Search Engine

Creating a CodeIgniter application is easier than you might think. Take a guided tour through your first project: a simple Web page with a contact form. In under an hour, you will learn how to install CodeIgniter, configure it, and create a Web site consisting of a home page, a form that adds information to a database, and a thank-you page.

This tutorial covers the basics of using MySQL's aggregate functions (SUM(), MIN(), MAX() etc) to generate report-style data and to summarise complex sets of information

Sometimes when working with a MySQL powered website in PHP, we"™ll come across situations where we have multiple records that we wish to display to the visitor. If there are many tens, hundreds or more of these results, we might not want them all shown on the one page as this would increase the loading time, and make the list harder to navigate.
To solve this problem, we introduce the concept of pagination in MySQL, which makes use of the handy LIMIT keyword and information passed by GET fro
Total Tutorials in Category: 198





