Tutorial search

PHP Tutorials
Tutorials
Stuff
Affiliates

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 !

Sort by:
How to map addresses from a database using Google Maps API
How to map addresses from a database using Google Maps API
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.
Category: PHP tutorials > Database - Difficulty:
Basic PHP/MySQL One-Page Guestbook Tutorial
Basic PHP/MySQL One-Page Guestbook Tutorial
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
Category: PHP tutorials > Database - Difficulty:
Total Number Of Rows In MYSQL
Total Number Of Rows In MYSQL
This tutorial will help you calculate the total number of rows in your MYSQL table with ease using simple php scripts.
Category: PHP tutorials > Database - Difficulty:
PHP Doctrine DQL recipes
PHP Doctrine DQL recipes
A list of examples using DQL and PHP Doctrine instead of SQL.
Category: PHP tutorials > Database - Difficulty:
Introduction to SQL Injection
Introduction to SQL Injection
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.
Category: PHP tutorials > Database - Difficulty:
Basic CRUD scaffolding with PHP Doctrine + Smarty
Basic CRUD scaffolding with PHP Doctrine + Smarty
Example of how a simple system for creating a CRUD interface from the information in the model classes.
Category: PHP tutorials > Database - Difficulty:
Using Stored procedure with mySQL and PHP
Using Stored procedure with mySQL and PHP
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.
Category: PHP tutorials > Database - Difficulty:
PHP MySQL example: image gallery (blob-storage)
PHP MySQL example: image gallery (blob-storage)
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).
Category: PHP tutorials > Database - Difficulty:
Create a Basic Shoutbox with PHP and SQL
Create a Basic Shoutbox with PHP and SQL
Create a Basic Shoutbox with PHP and SQL
Category: PHP tutorials > Database - Difficulty:
How to make a brilliant mysql forum database from scratch
How to make a brilliant mysql forum database from scratch
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.
Category: PHP tutorials > Database - Difficulty:
Adding a jQuery Auto Complete to Your Google Custom Search Engine
Adding a jQuery Auto Complete to Your Google Custom Search Engine
Adding a jQuery Auto Complete to Your Google Custom Search Engine
Category: PHP tutorials > Database - Difficulty:
Connect to a MySQL Database
Connect to a MySQL Database
A basic tutorial on how to connect to a MySQL Database,
Category: PHP tutorials > Database - Difficulty:
Getting started with CodeIgniter
Getting started with CodeIgniter
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.
Category: PHP tutorials > Database - Difficulty:
Generating Reports using MySQL
Generating Reports using MySQL"™s Aggregate Functions - Sum(), Max(), Min() and more
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
Category: PHP tutorials > Database - Difficulty:
Pagination : Splitting data across multiple pages with MySQL and PHP
Pagination : Splitting data across multiple pages with MySQL and PHP
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
Category: PHP tutorials > Database - Difficulty:
Total Tutorials in Category: 198