Intermediate PHP and MySQL

Get course

Intermediate PHP and MySQL

Learn how to create an interactive online store complete with an online catalog of products, allowing customers to browse the catalog to select items, place them in a shopping cart, and complete an order. In this online course, you’ll see how to create a commercial online store using the PHP programming language and the MySQL database server.

You’ll walk through the steps for developing a complete online store web application. During the course, you’ll see step-by-step how to create all of the software and database objects used in the application. The application consists of two parts, an administrative web application allowing a store manager to post new products, alter product information, and process customer orders, and a customer web application allowing customers to browse the catalog of products, select products for purchase, and check out using a shopping cart. At the end of the course, you’ll be able to use these code templates to create your own online store application.

  • Learn advanced PHP programming
  • Explore the advanced features of a MySQL database server
  • Learn to create back-end applications for a web store
  • Learn to create a storefront web application
  • Create and use a shopping cart
  • Understand how to use MySQL transactions
  • Find out how to generate reports directly from your web store database
  • Learn how to incorporate the object-oriented database features in PHP in your web applications
  • Self-paced online course
  • 6-12 weeks to complete
  • 24 course hours
  • Gain confidence in your ability to create an interactive online store
  • Walk away with code templates to create your own online store application
  • Learn more advanced coding techniques with PHP and MySQL that will open the door to new opportunities

BECOME CERTIFIED FROM UNIVERSITY OF TEXAS, USA

certificate-of-UTA

COURSE CONTENT

REVIEW THE BASICS OF PHP AND MYSQL

In today’s fast-paced world, it’s almost crucial for every type of business to have an Internet presence. In this lesson, you’ll peek at behind-the-scenes components of a commercial-quality web store application. You’ll see how to use the PHP programming language to create the web store storefront page, complete with product catalog and customer ordering system. You’ll discover how web stores use the popular MySQL database server to maintain the store inventory and track customer orders.

ADVANCED PHP PROGRAMMING

Because of the complexity of creating a web store, this lesson will discuss some advanced topics in PHP programming. You’ll create functions in your PHP programming code that you can use every time you need to perform a specific feature in your applications. You’ll examine the PHP code required to manage and manipulate images within your website.

ADVANCED SQL TECHNIQUES

Complex web applications often require complex database structures. In this lesson, you’ll explore some of the advanced features that the MySQL database server offers. You’ll discover how to use the MySQL console to enter SQL commands, and build commands to create the application database objects. You’ll manually create a database, user account, and all of the tables required for the application. You’ll find out about some advanced features that you’ll be using, such as creating foreign table key constraints and table views.

CREATE BACK-END APPLICATIONS

Every web store has an administrative interface, which allows the store manager to create and manage the product catalog, as well as process customer orders. In this lesson, you’ll dive into the web store backend application, which allows the store manager to control the web store environment. You’ll examine how to force the store manager to log into the backend system, and how to restrict the system so only the logged-in manager can perform specific functions. You can use this basic backend template to create your own web store management interfaces for other web applications.

CREATE NEW CATEGORIES AND PRODUCTS

The most important feature in the web store backend application is the ability to create the product catalog. In this lesson, you’ll learn how to incorporate images into your web store application. You’ll then discover how to use the MySQL Binary Large Object (BLOB) data type to store images within the MySQL database. Finally, you’ll find out how to organize your product catalog by creating sections in the product catalog and assigning each product to a specific section.

DISPLAY IMAGES

After having a store full of products, your store manager will need to know how to manipulate existing product information. In this lesson, you’ll build the backend web pages required to allow the store manager to modify information in existing product database records.

CREATE A STOREFRONT WEB APPLICATION

In this lesson, you’ll turn your attention to the storefront application. The storefront lays out the basic format for the entire web store, and gently guides customers to the correct location. You’ll see how to best organize and present your products in the store without overwhelming your customers with information while providing them with an easy path to obtaining the information they’re looking for.

CREATE AND USE A SHOPPING CART

Once you have your customer in your web store, you’ll want them to purchase something. In this lesson, you’ll discover how to create a shopping cart for your customers. You’ll learn how to allow customers to select products to place in their shopping carts, and how to display shopping cart information for them to view and modify.

CREATE A CHECKOUT WEB PAGE

After allowing customers to place products in their shopping carts, the next most important feature is to allow them to check out. You’ll create registration pages, to allow your customers to register as returning customers to make future checkout sessions easier. You’ll also find out how to take steps to ensure that the data your customers enter in the registration process is valid, and how to protect it from prying eyes.

USE MYSQL TRANSACTIONS

When a customer checks out and places an order, you must be able to process the data in your application. In this lesson, you’ll walk through the PHP programming and MySQL database techniques required to perform this function. You’ll also look at how to use database transactions to keep the information in your database tables synchronized so your data is accurate at all times.

GENERATE REPORTS

With the bulk of the web store application finished, you’ll turn your attention to a few of the finer details that’ll make your web store more professional. First, you’ll learn advanced MySQL searching techniques to help your customers find just what they’re looking for. Next, you’ll find out how to generate reports directly from your web store database for your store manager. You’ll discover how to extract the data in your database and produce fancy spreadsheet reports that would make any manager envious.

USE OBJECT-ORIENTED PROGRAMMING TECHNIQUES

The PHP programming language allows you to incorporate object-oriented programming principles easily in your web page code. In this lesson, you’ll walk through the basic principles of object-oriented programming and how to use it in a web environment. You’ll learn how to incorporate the object-oriented database features in PHP in your web applications. Finally, you’ll create your own object-oriented programming classes to interact with your database table that you can use in any application.