Here are 18 PHP
and MySQL Tutorials,
from brainbell.com. These will teach you how use PHP and MySQL, along
with showing you how to use both of these web development technologies
together.
Database Applications and the Web
With the growth of the Web over the past decade, there has been a
similar growth in services that are accessible over the Web. Many new
services are...
PHP
PHP is similar to high-level languages such as C, Perl, Pascal,
FORTRAN, and Java, and programmers who have experience with...
MySQL
and SQL
In this tutorial, we introduce the MySQL database management system
(DBMS) and the SQL database query language for defining and...
Querying
Web Databases
This tutorial is the first of six that introduce practical web database
application development. In this tutorial, we introduce the basics of
connecting to the MySQL DBMS with PHP...
User-Driven
Querying
We focus here on user-driven querying, in which the user provides data
that controls the query process...
Writing
to Web Databases
Writing data in web database applications requires different techniques
than reading data. Issues of transactions and concurrency become
important, and we introduce these issues and the principles of dealing
with them in this tutorial...
Validation
on the Server and Client
Validation is essential to web database applications. Ensuring that
data meets user and system requirements is important, but ensuring that
the...
Sessions
In this tutorial we will discuss how sessions are managed, Introduce
cookies, configure PHP session management library, PHP session
management...
Authentication
and Security
There are many database applications in which restrictions need to be
applied to control user access. Some applications deal with sensitive
...
Winestore
Customer Management
This tutorial is the first of four that outline the case study
winestore application. It contains an overview of the complete
application, as well...
Shopping
Cart
In this tutorial, we introduce the shopping cart developed for the
online winestore. The shopping cart is typical of those used in online
stores: the user can add items to the cart and manage the quantities of
the different items. The solution we outline is scalable and practical.
Ordering
and Shipping at the Winestore
We complete our description of the shopping components of the winestore
by outlining the ordering and shipping modules in this tutorial...
Related
Topics
This tutorial completes our outline of the online winestore. We present
here the completed searching and browsing module, and two related
topics in web database applications
Installation
Guide
This tutorial is a guide to installing the software used. The first
section presents the steps to install and configure MySQL, Apache...
Internet
and Web Protocols
In this tutorial, we introduce the networking protocols and standards
of the Internet. The first part give a brief overview of the networking
protocol TCP/IP and its basic principles. The second, larger part of
this appendix is a discussion of HTTP...
Modeling
and Designing Relational Databases
Relational database management systems, or RDBMSs, maintain, enforce,
and use relationships between data.
Object
Oriented Programming in PHP
One of the key features of object-oriented programming (OOP) is the
ability to create new data types in which the data and the
implementation of operations are bound together...
Regular Expressions
Regular expressions enables to find and extract more complicated pieces
of information in a strings and do this in a multiple-byte character
set environment ...