PHP MySQL Tutorials

PHP and MySQL Tutorials 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 and MySQL Tutorials PHP
PHP is similar to high-level languages such as C, Perl, Pascal, FORTRAN, and Java, and programmers who have experience with...
PHP and MySQL Tutorials MySQL and SQL
In this tutorial, we introduce the MySQL database management system (DBMS) and the SQL database query language for defining and...
PHP and MySQL Tutorials 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...
PHP and MySQL Tutorials User-Driven Querying
We focus here on user-driven querying, in which the user provides data that controls the query process...
PHP and MySQL Tutorials 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...
PHP and MySQL Tutorials 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...
PHP and MySQL Tutorials Sessions
In this tutorial we will discuss how sessions are managed, Introduce cookies, configure PHP session management library, PHP session management...
PHP and MySQL Tutorials Authentication and Security
There are many database applications in which restrictions need to be applied to control user access. Some applications deal with sensitive ...
PHP and MySQL Tutorials 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...
PHP and MySQL Tutorials 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.
PHP and MySQL Tutorials 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...
PHP and MySQL Tutorials 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
PHP and MySQL Tutorials Installation Guide
This tutorial is a guide to installing the software used. The first section presents the steps to install and configure MySQL, Apache...
PHP and MySQL Tutorials 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...
PHP and MySQL Tutorials Modeling and Designing Relational Databases
Relational database management systems, or RDBMSs, maintain, enforce, and use relationships between data.